Html Css Color HEX #076916 Green

📋 copy color: '#076916'

red 7 ◦ green 105 ◦ blue 22

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

Shades of Green #076916

Tints of Green #076916

RGB

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

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

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

R = 5.22%
G = 78.36%
B = 16.42%

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

#076916 (or 0x076916) is known color: Green. HEX triplet: 07, 69 and 16. RGB value is (7,105,22). Sum of RGB (Red+Green+Blue) = 7+105+22=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 105 (41.41% from 255 or 78.36% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 105 - color contains mainly: green. Hex color #076916 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076916 is #F896E9. Grayscale: #424242. Windows color (decimal): -16291562 or 1468679. OLE color: 1468679.

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

Color convert

RGB 7 105 22 -
CMYK 0.93 0 0.79 0.59
HSL 129.18º 0.88% 0.22% -
HSV(B) 129.18º 0.93% 0.41% -
XYZ 5.28 10.21 2.45 -
YUV 66.24 103.03 85.75 -
System Red Green Blue C M Y K H S L
Decimal 7 105 22 0.93 0 0.79 0.59 129.18 0.88 0.22
Hex 7 69 16 5D 0 4F 3B 81 58 16
Octal 7 151 26 135 0 117 73 201 130 26
Binary 111 1101001 10110 1011101 0 1001111 111011 10000001 1011000 10110

Color Harmonies of #076916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076916

Black with #076916

Text Example


Text Example

White with #076916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076916; }

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

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

background-color css

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

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

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

border-color css

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

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

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