Html Css Color HEX #076B06 Green

📋 copy color: '#076B06'

red 7 ◦ green 107 ◦ blue 6

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

Shades of Green #076B06

Tints of Green #076B06

RGB

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

 GREEN value IS 107 (42.19% from 255) = 89.17%

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

R = 5.83%
G = 89.17%
B = 5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#076B06 (or 0x076B06) is known color: Green. HEX triplet: 07, 6B and 06. RGB value is (7,107,6). Sum of RGB (Red+Green+Blue) = 7+107+6=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 107 (42.19% from 255 or 89.17% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 107 - color contains mainly: green. Hex color #076B06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076B06 is #F894F9. Grayscale: #414141. Windows color (decimal): -16291066 or 420615. OLE color: 420615.

HSL color Cylindrical-coordinate representation of color #076B06: hue angle of 119.41º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076B06 is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 107 6 -
CMYK 0.93 0 0.94 0.58
HSL 119.41º 0.89% 0.22% -
HSV(B) 119.41º 0.94% 0.42% -
XYZ 5.38 10.57 1.93 -
YUV 65.59 94.37 86.21 -
System Red Green Blue C M Y K H S L
Decimal 7 107 6 0.93 0 0.94 0.58 119.41 0.89 0.22
Hex 7 6B 6 5D 0 5E 3A 77 59 16
Octal 7 153 6 135 0 136 72 167 131 26
Binary 111 1101011 110 1011101 0 1011110 111010 1110111 1011001 10110

Color Harmonies of #076B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B06

Black with #076B06

Text Example


Text Example

White with #076B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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