Html Css Color HEX #076D0C Green

📋 copy color: '#076D0C'

red 7 ◦ green 109 ◦ blue 12

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

Shades of Green #076D0C

Tints of Green #076D0C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 85.16%

 BLUE value IS 12 (5.08% from 255) = 9.38%

R = 5.47%
G = 85.16%
B = 9.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#076D0C (or 0x076D0C) is known color: Green. HEX triplet: 07, 6D and 0C. RGB value is (7,109,12). Sum of RGB (Red+Green+Blue) = 7+109+12=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 109 (42.97% from 255 or 85.16% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 109 - color contains mainly: green. Hex color #076D0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076D0C is #F892F3. Grayscale: #434343. Windows color (decimal): -16290548 or 814343. OLE color: 814343.

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

Color convert

RGB 7 109 12 -
CMYK 0.94 0 0.89 0.57
HSL 122.94º 0.88% 0.23% -
HSV(B) 122.94º 0.94% 0.43% -
XYZ 5.62 11.01 2.18 -
YUV 67.44 96.71 84.89 -
System Red Green Blue C M Y K H S L
Decimal 7 109 12 0.94 0 0.89 0.57 122.94 0.88 0.23
Hex 7 6D C 5E 0 59 39 7B 58 17
Octal 7 155 14 136 0 131 71 173 130 27
Binary 111 1101101 1100 1011110 0 1011001 111001 1111011 1011000 10111

Color Harmonies of #076D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076D0C

Black with #076D0C

Text Example


Text Example

White with #076D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,109,12); }

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

background-color css

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

 a { background-color: rgb(7,109,12); }

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

border-color css

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

 span { border-color: rgb(7,109,12); }

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