Html Css Color HEX #077212 Green

📋 copy color: '#077212'

red 7 ◦ green 114 ◦ blue 18

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

Shades of Green #077212

Tints of Green #077212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 82.01%

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

R = 5.04%
G = 82.01%
B = 12.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#077212 (or 0x077212) is known color: Green. HEX triplet: 07, 72 and 12. RGB value is (7,114,18). Sum of RGB (Red+Green+Blue) = 7+114+18=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 114 (44.92% from 255 or 82.01% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 114 - color contains mainly: green. Hex color #077212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077212 is #F88DED. Grayscale: #474747. Windows color (decimal): -16289262 or 1208839. OLE color: 1208839.

HSL color Cylindrical-coordinate representation of color #077212: hue angle of 126.17º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077212 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 114 18 -
CMYK 0.94 0 0.84 0.55
HSL 126.17º 0.88% 0.24% -
HSV(B) 126.17º 0.94% 0.45% -
XYZ 6.21 12.12 2.58 -
YUV 71.06 98.05 82.31 -
System Red Green Blue C M Y K H S L
Decimal 7 114 18 0.94 0 0.84 0.55 126.17 0.88 0.24
Hex 7 72 12 5E 0 54 37 7E 58 18
Octal 7 162 22 136 0 124 67 176 130 30
Binary 111 1110010 10010 1011110 0 1010100 110111 1111110 1011000 11000

Color Harmonies of #077212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077212

Black with #077212

Text Example


Text Example

White with #077212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077212; }

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

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

background-color css

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

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

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

border-color css

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

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

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