Html Css Color HEX #006716 Green

📋 copy color: '#006716'

red 0 ◦ green 103 ◦ blue 22

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

Shades of Green #006716

Tints of Green #006716

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 103 (40.63% from 255) = 82.4%

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

R = 0%
G = 82.4%
B = 17.6%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#006716 (or 0x006716) is known color: Green. HEX triplet: 00, 67 and 16. RGB value is (0,103,22). Sum of RGB (Red+Green+Blue) = 0+103+22=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 103 (40.62% from 255 or 82.4% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 103 - color contains mainly: green. Hex color #006716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006716 is #FF98E9. Grayscale: #3F3F3F. Windows color (decimal): -16750826 or 1468160. OLE color: 1468160.

HSL color Cylindrical-coordinate representation of color #006716: hue angle of 132.82º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006716 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 103 22 -
CMYK 1 0 0.79 0.60
HSL 132.82º 1% 0.2% -
HSV(B) 132.82º 1% 0.4% -
XYZ 5 9.76 2.38 -
YUV 62.97 104.88 83.09 -
System Red Green Blue C M Y K H S L
Decimal 0 103 22 1 0 0.79 0.60 132.82 1 0.2
Hex 0 67 16 64 0 4F 3C 85 64 14
Octal 0 147 26 144 0 117 74 205 144 24
Binary 0 1100111 10110 1100100 0 1001111 111100 10000101 1100100 10100

Color Harmonies of #006716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006716

Black with #006716

Text Example


Text Example

White with #006716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006716; }

 p { color: rgb(0,103,22); }

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

background-color css

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

 a { background-color: rgb(0,103,22); }

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

border-color css

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

 span { border-color: rgb(0,103,22); }

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