Html Css Color HEX #077412 Green

📋 copy color: '#077412'

red 7 ◦ green 116 ◦ blue 18

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

Shades of Green #077412

Tints of Green #077412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 82.27%

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

R = 4.96%
G = 82.27%
B = 12.77%

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

#077412 (or 0x077412) is known color: Green. HEX triplet: 07, 74 and 12. RGB value is (7,116,18). Sum of RGB (Red+Green+Blue) = 7+116+18=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 116 (45.70% from 255 or 82.27% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 116 - color contains mainly: green. Hex color #077412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077412 is #F88BED. Grayscale: #484848. Windows color (decimal): -16288750 or 1209351. OLE color: 1209351.

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

Color convert

RGB 7 116 18 -
CMYK 0.94 0 0.84 0.55
HSL 126.06º 0.89% 0.24% -
HSV(B) 126.06º 0.94% 0.45% -
XYZ 6.44 12.58 2.66 -
YUV 72.24 97.39 81.47 -
System Red Green Blue C M Y K H S L
Decimal 7 116 18 0.94 0 0.84 0.55 126.06 0.89 0.24
Hex 7 74 12 5E 0 54 37 7E 59 18
Octal 7 164 22 136 0 124 67 176 131 30
Binary 111 1110100 10010 1011110 0 1010100 110111 1111110 1011001 11000

Color Harmonies of #077412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077412

Black with #077412

Text Example


Text Example

White with #077412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077412; }

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

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

background-color css

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

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

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

border-color css

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

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

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