Html Css Color HEX #07660B Green

📋 copy color: '#07660B'

red 7 ◦ green 102 ◦ blue 11

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

Shades of Green #07660B

Tints of Green #07660B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.17%

R = 5.83%
G = 85%
B = 9.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.89

 K value IS 0.6

RGB Variations

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

Color information

#07660B (or 0x07660B) is known color: Green. HEX triplet: 07, 66 and 0B. RGB value is (7,102,11). Sum of RGB (Red+Green+Blue) = 7+102+11=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 102 (40.23% from 255 or 85% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 102 - color contains mainly: green. Hex color #07660B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07660B is #F899F4. Grayscale: #3F3F3F. Windows color (decimal): -16292341 or 747015. OLE color: 747015.

HSL color Cylindrical-coordinate representation of color #07660B: hue angle of 122.53º 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 #07660B is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.6.

Color convert

RGB 7 102 11 -
CMYK 0.93 0 0.89 0.6
HSL 122.53º 0.87% 0.21% -
HSV(B) 122.53º 0.93% 0.4% -
XYZ 4.9 9.57 1.91 -
YUV 63.22 98.53 87.9 -
System Red Green Blue C M Y K H S L
Decimal 7 102 11 0.93 0 0.89 0.6 122.53 0.87 0.21
Hex 7 66 B 5D 0 59 3C 7B 57 15
Octal 7 146 13 135 0 131 74 173 127 25
Binary 111 1100110 1011 1011101 0 1011001 111100 1111011 1010111 10101

Color Harmonies of #07660B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07660B

Black with #07660B

Text Example


Text Example

White with #07660B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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