Html Css Color HEX #07660E Green

📋 copy color: '#07660E'

red 7 ◦ green 102 ◦ blue 14

#07660E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #07660E

Tints of Green #07660E

RGB

 RED value IS 7 (3.13% from 255) = 5.69%

 GREEN value IS 102 (40.23% from 255) = 82.93%

 BLUE value IS 14 (5.86% from 255) = 11.38%

R = 5.69%
G = 82.93%
B = 11.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.86

 K value IS 0.6

RGB Variations

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

Color information

#07660E (or 0x07660E) is known color: Green. HEX triplet: 07, 66 and 0E. RGB value is (7,102,14). Sum of RGB (Red+Green+Blue) = 7+102+14=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 102 (40.23% from 255 or 82.93% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 102 - color contains mainly: green. Hex color #07660E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07660E is #F899F1. Grayscale: #3F3F3F. Windows color (decimal): -16292338 or 943623. OLE color: 943623.

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

Color convert

RGB 7 102 14 -
CMYK 0.93 0 0.86 0.6
HSL 124.42º 0.87% 0.21% -
HSV(B) 124.42º 0.93% 0.4% -
XYZ 4.92 9.58 2.01 -
YUV 63.56 100.03 87.66 -
System Red Green Blue C M Y K H S L
Decimal 7 102 14 0.93 0 0.86 0.6 124.42 0.87 0.21
Hex 7 66 E 5D 0 56 3C 7C 57 15
Octal 7 146 16 135 0 126 74 174 127 25
Binary 111 1100110 1110 1011101 0 1010110 111100 1111100 1010111 10101

Color Harmonies of #07660E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07660E

Black with #07660E

Text Example


Text Example

White with #07660E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07660E;
 }
 .AnyTagClassName
 {
   color: #07660E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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