Html Css Color HEX #076810 Green

📋 copy color: '#076810'

red 7 ◦ green 104 ◦ blue 16

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

Shades of Green #076810

Tints of Green #076810

RGB

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

 GREEN value IS 104 (41.02% from 255) = 81.89%

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

R = 5.51%
G = 81.89%
B = 12.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#076810 (or 0x076810) is known color: Green. HEX triplet: 07, 68 and 10. RGB value is (7,104,16). Sum of RGB (Red+Green+Blue) = 7+104+16=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 104 (41.02% from 255 or 81.89% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 104 - color contains mainly: green. Hex color #076810 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076810 is #F897EF. Grayscale: #414141. Windows color (decimal): -16291824 or 1075207. OLE color: 1075207.

HSL color Cylindrical-coordinate representation of color #076810: hue angle of 125.57º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076810 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 104 16 -
CMYK 0.93 0 0.85 0.59
HSL 125.57º 0.87% 0.22% -
HSV(B) 125.57º 0.93% 0.41% -
XYZ 5.13 9.98 2.15 -
YUV 64.97 100.36 86.66 -
System Red Green Blue C M Y K H S L
Decimal 7 104 16 0.93 0 0.85 0.59 125.57 0.87 0.22
Hex 7 68 10 5D 0 55 3B 7E 57 16
Octal 7 150 20 135 0 125 73 176 127 26
Binary 111 1101000 10000 1011101 0 1010101 111011 1111110 1010111 10110

Color Harmonies of #076810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076810

Black with #076810

Text Example


Text Example

White with #076810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076810; }

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

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

background-color css

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

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

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

border-color css

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

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

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