Html Css Color HEX #076110 Green

📋 copy color: '#076110'

red 7 ◦ green 97 ◦ blue 16

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

Shades of Green #076110

Tints of Green #076110

RGB

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

 GREEN value IS 97 (38.28% from 255) = 80.83%

 BLUE value IS 16 (6.64% from 255) = 13.33%

R = 5.83%
G = 80.83%
B = 13.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#076110 (or 0x076110) is known color: Green. HEX triplet: 07, 61 and 10. RGB value is (7,97,16). Sum of RGB (Red+Green+Blue) = 7+97+16=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 97 (38.28% from 255 or 80.83% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 97 - color contains mainly: green. Hex color #076110 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076110 is #F89EEF. Grayscale: #3D3D3D. Windows color (decimal): -16293616 or 1073415. OLE color: 1073415.

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

Color convert

RGB 7 97 16 -
CMYK 0.93 0 0.84 0.62
HSL 126º 0.87% 0.2% -
HSV(B) 126º 0.93% 0.38% -
XYZ 4.46 8.63 1.92 -
YUV 60.86 102.68 89.59 -
System Red Green Blue C M Y K H S L
Decimal 7 97 16 0.93 0 0.84 0.62 126 0.87 0.2
Hex 7 61 10 5D 0 54 3E 7E 57 14
Octal 7 141 20 135 0 124 76 176 127 24
Binary 111 1100001 10000 1011101 0 1010100 111110 1111110 1010111 10100

Color Harmonies of #076110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076110

Black with #076110

Text Example


Text Example

White with #076110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076110; }

 p { color: rgb(7,97,16); }

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

background-color css

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

 a { background-color: rgb(7,97,16); }

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

border-color css

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

 span { border-color: rgb(7,97,16); }

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