Html Css Color HEX #076F06 Green

📋 copy color: '#076F06'

red 7 ◦ green 111 ◦ blue 6

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

Shades of Green #076F06

Tints of Green #076F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.84%

R = 5.65%
G = 89.52%
B = 4.84%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#076F06 (or 0x076F06) is known color: Green. HEX triplet: 07, 6F and 06. RGB value is (7,111,6). Sum of RGB (Red+Green+Blue) = 7+111+6=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 111 (43.75% from 255 or 89.52% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 111 - color contains mainly: green. Hex color #076F06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076F06 is #F890F9. Grayscale: #444444. Windows color (decimal): -16290042 or 421639. OLE color: 421639.

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

Color convert

RGB 7 111 6 -
CMYK 0.94 0 0.95 0.56
HSL 119.43º 0.9% 0.23% -
HSV(B) 119.43º 0.95% 0.44% -
XYZ 5.8 11.43 2.07 -
YUV 67.93 93.04 84.54 -
System Red Green Blue C M Y K H S L
Decimal 7 111 6 0.94 0 0.95 0.56 119.43 0.9 0.23
Hex 7 6F 6 5E 0 5F 38 77 5A 17
Octal 7 157 6 136 0 137 70 167 132 27
Binary 111 1101111 110 1011110 0 1011111 111000 1110111 1011010 10111

Color Harmonies of #076F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076F06

Black with #076F06

Text Example


Text Example

White with #076F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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