Html Css Color HEX #076912 Green

📋 copy color: '#076912'

red 7 ◦ green 105 ◦ blue 18

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

Shades of Green #076912

Tints of Green #076912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 80.77%

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

R = 5.38%
G = 80.77%
B = 13.85%

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

#076912 (or 0x076912) is known color: Green. HEX triplet: 07, 69 and 12. RGB value is (7,105,18). Sum of RGB (Red+Green+Blue) = 7+105+18=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 105 (41.41% from 255 or 80.77% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 105 - color contains mainly: green. Hex color #076912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076912 is #F896ED. Grayscale: #424242. Windows color (decimal): -16291566 or 1206535. OLE color: 1206535.

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

Color convert

RGB 7 105 18 -
CMYK 0.93 0 0.83 0.59
HSL 126.73º 0.88% 0.22% -
HSV(B) 126.73º 0.93% 0.41% -
XYZ 5.25 10.19 2.26 -
YUV 65.78 101.03 86.07 -
System Red Green Blue C M Y K H S L
Decimal 7 105 18 0.93 0 0.83 0.59 126.73 0.88 0.22
Hex 7 69 12 5D 0 53 3B 7F 58 16
Octal 7 151 22 135 0 123 73 177 130 26
Binary 111 1101001 10010 1011101 0 1010011 111011 1111111 1011000 10110

Color Harmonies of #076912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076912

Black with #076912

Text Example


Text Example

White with #076912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076912; }

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

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

background-color css

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

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

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

border-color css

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

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

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