Html Css Color HEX #076F18 Green

📋 copy color: '#076F18'

red 7 ◦ green 111 ◦ blue 24

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

Shades of Green #076F18

Tints of Green #076F18

RGB

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

 GREEN value IS 111 (43.75% from 255) = 78.17%

 BLUE value IS 24 (9.77% from 255) = 16.9%

R = 4.93%
G = 78.17%
B = 16.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#076F18 (or 0x076F18) is known color: Green. HEX triplet: 07, 6F and 18. RGB value is (7,111,24). Sum of RGB (Red+Green+Blue) = 7+111+24=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 111 (43.75% from 255 or 78.17% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 111 - color contains mainly: green. Hex color #076F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076F18 is #F890E7. Grayscale: #464646. Windows color (decimal): -16290024 or 1601287. OLE color: 1601287.

HSL color Cylindrical-coordinate representation of color #076F18: hue angle of 129.81º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076F18 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 111 24 -
CMYK 0.94 0 0.78 0.56
HSL 129.81º 0.88% 0.23% -
HSV(B) 129.81º 0.94% 0.44% -
XYZ 5.94 11.48 2.77 -
YUV 69.99 102.04 83.07 -
System Red Green Blue C M Y K H S L
Decimal 7 111 24 0.94 0 0.78 0.56 129.81 0.88 0.23
Hex 7 6F 18 5E 0 4E 38 82 58 17
Octal 7 157 30 136 0 116 70 202 130 27
Binary 111 1101111 11000 1011110 0 1001110 111000 10000010 1011000 10111

Color Harmonies of #076F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076F18

Black with #076F18

Text Example


Text Example

White with #076F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076F18; }

 p { color: rgb(7,111,24); }

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

background-color css

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

 a { background-color: rgb(7,111,24); }

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

border-color css

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

 span { border-color: rgb(7,111,24); }

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