Html Css Color HEX #076F11 Green

📋 copy color: '#076F11'

red 7 ◦ green 111 ◦ blue 17

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

Shades of Green #076F11

Tints of Green #076F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.59%

R = 5.19%
G = 82.22%
B = 12.59%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#076F11 (or 0x076F11) is known color: Green. HEX triplet: 07, 6F and 11. RGB value is (7,111,17). Sum of RGB (Red+Green+Blue) = 7+111+17=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 111 (43.75% from 255 or 82.22% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 111 - color contains mainly: green. Hex color #076F11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076F11 is #F890EE. Grayscale: #454545. Windows color (decimal): -16290031 or 1142535. OLE color: 1142535.

HSL color Cylindrical-coordinate representation of color #076F11: hue angle of 125.77º 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 #076F11 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 111 17 -
CMYK 0.94 0 0.85 0.56
HSL 125.77º 0.88% 0.23% -
HSV(B) 125.77º 0.94% 0.44% -
XYZ 5.87 11.45 2.43 -
YUV 69.19 98.54 83.64 -
System Red Green Blue C M Y K H S L
Decimal 7 111 17 0.94 0 0.85 0.56 125.77 0.88 0.23
Hex 7 6F 11 5E 0 55 38 7E 58 17
Octal 7 157 21 136 0 125 70 176 130 27
Binary 111 1101111 10001 1011110 0 1010101 111000 1111110 1011000 10111

Color Harmonies of #076F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076F11

Black with #076F11

Text Example


Text Example

White with #076F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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