Html Css Color HEX #076412 Green

📋 copy color: '#076412'

red 7 ◦ green 100 ◦ blue 18

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

Shades of Green #076412

Tints of Green #076412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 80%

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

R = 5.6%
G = 80%
B = 14.4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#076412 (or 0x076412) is known color: Green. HEX triplet: 07, 64 and 12. RGB value is (7,100,18). Sum of RGB (Red+Green+Blue) = 7+100+18=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 100 (39.45% from 255 or 80% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 100 - color contains mainly: green. Hex color #076412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076412 is #F89BED. Grayscale: #3F3F3F. Windows color (decimal): -16292846 or 1205255. OLE color: 1205255.

HSL color Cylindrical-coordinate representation of color #076412: hue angle of 127.1º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076412 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB 7 100 18 -
CMYK 0.93 0 0.82 0.61
HSL 127.1º 0.87% 0.21% -
HSV(B) 127.1º 0.93% 0.39% -
XYZ 4.75 9.2 2.1 -
YUV 62.85 102.69 88.17 -
System Red Green Blue C M Y K H S L
Decimal 7 100 18 0.93 0 0.82 0.61 127.1 0.87 0.21
Hex 7 64 12 5D 0 52 3D 7F 57 15
Octal 7 144 22 135 0 122 75 177 127 25
Binary 111 1100100 10010 1011101 0 1010010 111101 1111111 1010111 10101

Color Harmonies of #076412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076412

Black with #076412

Text Example


Text Example

White with #076412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076412; }

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

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

background-color css

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

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

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

border-color css

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

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

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