Html Css Color HEX #076812 Green

📋 copy color: '#076812'

red 7 ◦ green 104 ◦ blue 18

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

Shades of Green #076812

Tints of Green #076812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.95%

R = 5.43%
G = 80.62%
B = 13.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#076812 (or 0x076812) is known color: Green. HEX triplet: 07, 68 and 12. RGB value is (7,104,18). Sum of RGB (Red+Green+Blue) = 7+104+18=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 104 (41.02% from 255 or 80.62% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 104 - color contains mainly: green. Hex color #076812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076812 is #F897ED. Grayscale: #414141. Windows color (decimal): -16291822 or 1206279. OLE color: 1206279.

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

Color convert

RGB 7 104 18 -
CMYK 0.93 0 0.83 0.59
HSL 126.8º 0.87% 0.22% -
HSV(B) 126.8º 0.93% 0.41% -
XYZ 5.15 9.99 2.23 -
YUV 65.19 101.36 86.49 -
System Red Green Blue C M Y K H S L
Decimal 7 104 18 0.93 0 0.83 0.59 126.8 0.87 0.22
Hex 7 68 12 5D 0 53 3B 7F 57 16
Octal 7 150 22 135 0 123 73 177 127 26
Binary 111 1101000 10010 1011101 0 1010011 111011 1111111 1010111 10110

Color Harmonies of #076812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076812

Black with #076812

Text Example


Text Example

White with #076812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076812; }

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

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

background-color css

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

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

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

border-color css

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

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

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