Html Css Color HEX #077213 Green

📋 copy color: '#077213'

red 7 ◦ green 114 ◦ blue 19

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

Shades of Green #077213

Tints of Green #077213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.57%

R = 5%
G = 81.43%
B = 13.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#077213 (or 0x077213) is known color: Green. HEX triplet: 07, 72 and 13. RGB value is (7,114,19). Sum of RGB (Red+Green+Blue) = 7+114+19=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 114 (44.92% from 255 or 81.43% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 114 - color contains mainly: green. Hex color #077213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077213 is #F88DEC. Grayscale: #474747. Windows color (decimal): -16289261 or 1274375. OLE color: 1274375.

HSL color Cylindrical-coordinate representation of color #077213: hue angle of 126.73º 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 #077213 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 114 19 -
CMYK 0.94 0 0.83 0.55
HSL 126.73º 0.88% 0.24% -
HSV(B) 126.73º 0.94% 0.45% -
XYZ 6.22 12.13 2.63 -
YUV 71.18 98.55 82.22 -
System Red Green Blue C M Y K H S L
Decimal 7 114 19 0.94 0 0.83 0.55 126.73 0.88 0.24
Hex 7 72 13 5E 0 53 37 7F 58 18
Octal 7 162 23 136 0 123 67 177 130 30
Binary 111 1110010 10011 1011110 0 1010011 110111 1111111 1011000 11000

Color Harmonies of #077213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077213

Black with #077213

Text Example


Text Example

White with #077213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077213; }

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

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

background-color css

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

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

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

border-color css

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

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

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