Html Css Color HEX #076C12 Green

📋 copy color: '#076C12'

red 7 ◦ green 108 ◦ blue 18

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

Shades of Green #076C12

Tints of Green #076C12

RGB

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

 GREEN value IS 108 (42.58% from 255) = 81.2%

 BLUE value IS 18 (7.42% from 255) = 13.53%

R = 5.26%
G = 81.2%
B = 13.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.58

RGB Variations

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

Color information

#076C12 (or 0x076C12) is known color: Green. HEX triplet: 07, 6C and 12. RGB value is (7,108,18). Sum of RGB (Red+Green+Blue) = 7+108+18=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 108 (42.58% from 255 or 81.20% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 108 - color contains mainly: green. Hex color #076C12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076C12 is #F893ED. Grayscale: #434343. Windows color (decimal): -16290798 or 1207303. OLE color: 1207303.

HSL color Cylindrical-coordinate representation of color #076C12: hue angle of 126.53º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076C12 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 108 18 -
CMYK 0.94 0 0.83 0.58
HSL 126.53º 0.88% 0.23% -
HSV(B) 126.53º 0.94% 0.42% -
XYZ 5.56 10.81 2.37 -
YUV 67.54 100.04 84.82 -
System Red Green Blue C M Y K H S L
Decimal 7 108 18 0.94 0 0.83 0.58 126.53 0.88 0.23
Hex 7 6C 12 5E 0 53 3A 7F 58 17
Octal 7 154 22 136 0 123 72 177 130 27
Binary 111 1101100 10010 1011110 0 1010011 111010 1111111 1011000 10111

Color Harmonies of #076C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076C12

Black with #076C12

Text Example


Text Example

White with #076C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076C12; }

 p { color: rgb(7,108,18); }

 H1.HeaderClassName
 {
   color: #076C12;
 }
 .AnyTagClassName
 {
   color: #076C12;
 }
</style>

background-color css

<style>
 a { background-color: #076C12; }

 a { background-color: rgb(7,108,18); }

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

border-color css

<style>
 span { border-color: #076C12; }

 span { border-color: rgb(7,108,18); }

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