#07670E

Color #07670E Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #07670E

Tints of Green #07670E

Color information

#07670E (or 0x07670E) is unknown color: approx Green. HEX triplet: 07, 67 and 0E. RGB value is (7,103,14). Sum of RGB (Red+Green+Blue) = 7+103+14=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 103 (40.62% from 255 or 83.06% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 103 - color contains mainly: green. Hex color #07670E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07670E is #F898F1. Grayscale: #404040. Windows color (decimal): -16292082 or 943879. OLE color: 943879.

HSL color Cylindrical-coordinate representation of color #07670E: hue angle of 124.38º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07670E is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB710314-
CMYK0.9300.860.60
HSL124.38º87.27%21.57%-
HSV(B)124.38º93.2%40.39%-
XYZ5.029.782.04-
YUV64.1599.787.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 5.65%
GREEN value IS 103 (40.62% from 255) = 83.06%
BLUE value IS 14 (5.86% from 255) = 11.29%
R=5.65%
G=83.06%
B=11.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7103140.9300.860.60124.3887.2721.57
Hex767E5D0563C7c5716
Octal71471613501267417412726
Binary111110011111101011101010101101111001111100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07670E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07670E; }

 p { color: rgb(7,103,14); }

 H1.HeaderClassName
 {
   color: #07670E;
 }
 .AnyTagClassName
 {
   color: #07670E;
 }
</style>
background-color css

<style>
 a { background-color: #07670E; }

 a { background-color: rgb(7,103,14); }

 div.DivClassName
 {
   background-color: #07670E;
 }
 .BgClassName
 {
   background-color: #07670E;
 }
</style>
border-color css

<style>
 span { border-color: #07670E; }

 span { border-color: rgb(7,103,14); }

 td.TdClassName
 {
   border-color: #07670E;
 }
 .TagClassName
 {
   border-color: #07670E;
 }
</style>