Html Css Color HEX #076814 Green

📋 copy color: '#076814'

red 7 ◦ green 104 ◦ blue 20

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

Shades of Green #076814

Tints of Green #076814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.27%

R = 5.34%
G = 79.39%
B = 15.27%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#076814 (or 0x076814) is known color: Green. HEX triplet: 07, 68 and 14. RGB value is (7,104,20). Sum of RGB (Red+Green+Blue) = 7+104+20=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 104 (41.02% from 255 or 79.39% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 104 - color contains mainly: green. Hex color #076814 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076814 is #F897EB. Grayscale: #414141. Windows color (decimal): -16291820 or 1337351. OLE color: 1337351.

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

Color convert

RGB 7 104 20 -
CMYK 0.93 0 0.81 0.59
HSL 128.04º 0.87% 0.22% -
HSV(B) 128.04º 0.93% 0.41% -
XYZ 5.16 10 2.32 -
YUV 65.42 102.36 86.33 -
System Red Green Blue C M Y K H S L
Decimal 7 104 20 0.93 0 0.81 0.59 128.04 0.87 0.22
Hex 7 68 14 5D 0 51 3B 80 57 16
Octal 7 150 24 135 0 121 73 200 127 26
Binary 111 1101000 10100 1011101 0 1010001 111011 10000000 1010111 10110

Color Harmonies of #076814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076814

Black with #076814

Text Example


Text Example

White with #076814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076814; }

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

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

background-color css

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

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

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

border-color css

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

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

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