Html Css Color HEX #076000 Green

📋 copy color: '#076000'

red 7 ◦ green 96 ◦ blue 0

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

Shades of Green #076000

Tints of Green #076000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 6.8%
G = 93.2%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#076000 (or 0x076000) is known color: Green. HEX triplet: 07, 60 and 00. RGB value is (7,96,0). Sum of RGB (Red+Green+Blue) = 7+96+0=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 96 (37.89% from 255 or 93.20% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 96 - color contains mainly: green. Hex color #076000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076000 is #F89FFF. Grayscale: #3A3A3A. Windows color (decimal): -16293888 or 24583. OLE color: 24583.

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

Color convert

RGB 7 96 0 -
CMYK 0.93 0 1 0.62
HSL 115.63º 1% 0.19% -
HSV(B) 115.63º 1% 0.38% -
XYZ 4.27 8.41 1.4 -
YUV 58.45 95.01 91.31 -
System Red Green Blue C M Y K H S L
Decimal 7 96 0 0.93 0 1 0.62 115.63 1 0.19
Hex 7 60 0 5D 0 64 3E 74 64 13
Octal 7 140 0 135 0 144 76 164 144 23
Binary 111 1100000 0 1011101 0 1100100 111110 1110100 1100100 10011

Color Harmonies of #076000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076000

Black with #076000

Text Example


Text Example

White with #076000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076000; }

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

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

background-color css

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

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

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

border-color css

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

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

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