Html Css Color HEX #679616 Olive Drab

📋 copy color: '#679616'

red 103 ◦ green 150 ◦ blue 22

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

Shades of Olive Drab #679616

Tints of Olive Drab #679616

RGB

 RED value IS 103 (40.63% from 255) = 37.45%

 GREEN value IS 150 (58.98% from 255) = 54.55%

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

R = 37.45%
G = 54.55%
B = 8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#679616 (or 0x679616) is known color: Olive Drab. HEX triplet: 67, 96 and 16. RGB value is (103,150,22). Sum of RGB (Red+Green+Blue) = 103+150+22=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 150 (58.98% from 255 or 54.55% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 150 - color contains mainly: green. Hex color #679616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679616 is #9869E9. Grayscale: #797979. Windows color (decimal): -9988586 or 1480295. OLE color: 1480295.

HSL color Cylindrical-coordinate representation of color #679616: hue angle of 82.03º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #679616 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 150 22 -
CMYK 0.31 0 0.85 0.41
HSL 82.03º 0.74% 0.34% -
HSV(B) 82.03º 0.85% 0.59% -
XYZ 16.64 24.75 4.66 -
YUV 121.36 71.93 114.91 -
System Red Green Blue C M Y K H S L
Decimal 103 150 22 0.31 0 0.85 0.41 82.03 0.74 0.34
Hex 67 96 16 1F 0 55 29 52 4A 22
Octal 147 226 26 37 0 125 51 122 112 42
Binary 1100111 10010110 10110 11111 0 1010101 101001 1010010 1001010 100010

Color Harmonies of #679616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679616

Black with #679616

Text Example


Text Example

White with #679616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679616; }

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

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

background-color css

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

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

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

border-color css

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

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

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