Html Css Color HEX #076112 Green

📋 copy color: '#076112'

red 7 ◦ green 97 ◦ blue 18

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

Shades of Green #076112

Tints of Green #076112

RGB

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

 GREEN value IS 97 (38.28% from 255) = 79.51%

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

R = 5.74%
G = 79.51%
B = 14.75%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#076112 (or 0x076112) is known color: Green. HEX triplet: 07, 61 and 12. RGB value is (7,97,18). Sum of RGB (Red+Green+Blue) = 7+97+18=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 97 (38.28% from 255 or 79.51% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 97 - color contains mainly: green. Hex color #076112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076112 is #F89EED. Grayscale: #3D3D3D. Windows color (decimal): -16293614 or 1204487. OLE color: 1204487.

HSL color Cylindrical-coordinate representation of color #076112: hue angle of 127.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076112 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 97 18 -
CMYK 0.93 0 0.81 0.62
HSL 127.33º 0.87% 0.2% -
HSV(B) 127.33º 0.93% 0.38% -
XYZ 4.47 8.64 2 -
YUV 61.08 103.68 89.42 -
System Red Green Blue C M Y K H S L
Decimal 7 97 18 0.93 0 0.81 0.62 127.33 0.87 0.2
Hex 7 61 12 5D 0 51 3E 7F 57 14
Octal 7 141 22 135 0 121 76 177 127 24
Binary 111 1100001 10010 1011101 0 1010001 111110 1111111 1010111 10100

Color Harmonies of #076112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076112

Black with #076112

Text Example


Text Example

White with #076112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076112; }

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

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

background-color css

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

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

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

border-color css

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

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

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