Html Css Color HEX #076616 Green

📋 copy color: '#076616'

red 7 ◦ green 102 ◦ blue 22

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

Shades of Green #076616

Tints of Green #076616

RGB

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

 GREEN value IS 102 (40.23% from 255) = 77.86%

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

R = 5.34%
G = 77.86%
B = 16.79%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#076616 (or 0x076616) is known color: Green. HEX triplet: 07, 66 and 16. RGB value is (7,102,22). Sum of RGB (Red+Green+Blue) = 7+102+22=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 102 (40.23% from 255 or 77.86% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 102 - color contains mainly: green. Hex color #076616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076616 is #F899E9. Grayscale: #404040. Windows color (decimal): -16292330 or 1467911. OLE color: 1467911.

HSL color Cylindrical-coordinate representation of color #076616: hue angle of 129.47º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076616 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB 7 102 22 -
CMYK 0.93 0 0.78 0.6
HSL 129.47º 0.87% 0.21% -
HSV(B) 129.47º 0.93% 0.4% -
XYZ 4.98 9.61 2.35 -
YUV 64.48 104.03 87 -
System Red Green Blue C M Y K H S L
Decimal 7 102 22 0.93 0 0.78 0.6 129.47 0.87 0.21
Hex 7 66 16 5D 0 4E 3C 81 57 15
Octal 7 146 26 135 0 116 74 201 127 25
Binary 111 1100110 10110 1011101 0 1001110 111100 10000001 1010111 10101

Color Harmonies of #076616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076616

Black with #076616

Text Example


Text Example

White with #076616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076616; }

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

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

background-color css

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

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

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

border-color css

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

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

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