Html Css Color HEX #076006 Green

📋 copy color: '#076006'

red 7 ◦ green 96 ◦ blue 6

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

Shades of Green #076006

Tints of Green #076006

RGB

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

 GREEN value IS 96 (37.89% from 255) = 88.07%

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

R = 6.42%
G = 88.07%
B = 5.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#076006 (or 0x076006) is known color: Green. HEX triplet: 07, 60 and 06. RGB value is (7,96,6). Sum of RGB (Red+Green+Blue) = 7+96+6=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 96 (37.89% from 255 or 88.07% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 96 - color contains mainly: green. Hex color #076006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076006 is #F89FF9. Grayscale: #3B3B3B. Windows color (decimal): -16293882 or 417799. OLE color: 417799.

HSL color Cylindrical-coordinate representation of color #076006: hue angle of 119.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076006 is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 96 6 -
CMYK 0.93 0 0.94 0.62
HSL 119.33º 0.88% 0.2% -
HSV(B) 119.33º 0.94% 0.38% -
XYZ 4.3 8.42 1.57 -
YUV 59.13 98.01 90.82 -
System Red Green Blue C M Y K H S L
Decimal 7 96 6 0.93 0 0.94 0.62 119.33 0.88 0.2
Hex 7 60 6 5D 0 5E 3E 77 58 14
Octal 7 140 6 135 0 136 76 167 130 24
Binary 111 1100000 110 1011101 0 1011110 111110 1110111 1011000 10100

Color Harmonies of #076006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076006

Black with #076006

Text Example


Text Example

White with #076006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076006; }

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

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

background-color css

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

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

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

border-color css

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

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

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