Html Css Color HEX #076816 Green

📋 copy color: '#076816'

red 7 ◦ green 104 ◦ blue 22

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

Shades of Green #076816

Tints of Green #076816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.54%

R = 5.26%
G = 78.2%
B = 16.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#076816 (or 0x076816) is known color: Green. HEX triplet: 07, 68 and 16. RGB value is (7,104,22). Sum of RGB (Red+Green+Blue) = 7+104+22=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 104 (41.02% from 255 or 78.20% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 104 - color contains mainly: green. Hex color #076816 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076816 is #F897E9. Grayscale: #414141. Windows color (decimal): -16291818 or 1468423. OLE color: 1468423.

HSL color Cylindrical-coordinate representation of color #076816: hue angle of 129.28º 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 #076816 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 104 22 -
CMYK 0.93 0 0.79 0.59
HSL 129.28º 0.87% 0.22% -
HSV(B) 129.28º 0.93% 0.41% -
XYZ 5.18 10 2.42 -
YUV 65.65 103.36 86.17 -
System Red Green Blue C M Y K H S L
Decimal 7 104 22 0.93 0 0.79 0.59 129.28 0.87 0.22
Hex 7 68 16 5D 0 4F 3B 81 57 16
Octal 7 150 26 135 0 117 73 201 127 26
Binary 111 1101000 10110 1011101 0 1001111 111011 10000001 1010111 10110

Color Harmonies of #076816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076816

Black with #076816

Text Example


Text Example

White with #076816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076816; }

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

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

background-color css

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

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

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

border-color css

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

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

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