Html Css Color HEX #076A00 Green

📋 copy color: '#076A00'

red 7 ◦ green 106 ◦ blue 0

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

Shades of Green #076A00

Tints of Green #076A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 93.81%

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

R = 6.19%
G = 93.81%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.58

RGB Variations

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

Color information

#076A00 (or 0x076A00) is known color: Green. HEX triplet: 07, 6A and 00. RGB value is (7,106,0). Sum of RGB (Red+Green+Blue) = 7+106+0=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 106 (41.80% from 255 or 93.81% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 106 - color contains mainly: green. Hex color #076A00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076A00 is #F895FF. Grayscale: #404040. Windows color (decimal): -16291328 or 27143. OLE color: 27143.

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

Color convert

RGB 7 106 0 -
CMYK 0.93 0 1 0.58
HSL 116.04º 1% 0.21% -
HSV(B) 116.04º 1% 0.42% -
XYZ 5.24 10.35 1.72 -
YUV 64.32 91.7 87.12 -
System Red Green Blue C M Y K H S L
Decimal 7 106 0 0.93 0 1 0.58 116.04 1 0.21
Hex 7 6A 0 5D 0 64 3A 74 64 15
Octal 7 152 0 135 0 144 72 164 144 25
Binary 111 1101010 0 1011101 0 1100100 111010 1110100 1100100 10101

Color Harmonies of #076A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076A00

Black with #076A00

Text Example


Text Example

White with #076A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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