Html Css Color HEX #679716 Olive Drab

📋 copy color: '#679716'

red 103 ◦ green 151 ◦ blue 22

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

Shades of Olive Drab #679716

Tints of Olive Drab #679716

RGB

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

 GREEN value IS 151 (59.38% from 255) = 54.71%

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

R = 37.32%
G = 54.71%
B = 7.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#679716 (or 0x679716) is known color: Olive Drab. HEX triplet: 67, 97 and 16. RGB value is (103,151,22). Sum of RGB (Red+Green+Blue) = 103+151+22=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 151 (59.38% from 255 or 54.71% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 151 - color contains mainly: green. Hex color #679716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679716 is #9868E9. Grayscale: #7A7A7A. Windows color (decimal): -9988330 or 1480551. OLE color: 1480551.

HSL color Cylindrical-coordinate representation of color #679716: hue angle of 82.33º degrees, saturation: 0.75, 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 #679716 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 151 22 -
CMYK 0.32 0 0.85 0.41
HSL 82.33º 0.75% 0.34% -
HSV(B) 82.33º 0.85% 0.59% -
XYZ 16.8 25.07 4.71 -
YUV 121.94 71.6 114.49 -
System Red Green Blue C M Y K H S L
Decimal 103 151 22 0.32 0 0.85 0.41 82.33 0.75 0.34
Hex 67 97 16 20 0 55 29 52 4B 22
Octal 147 227 26 40 0 125 51 122 113 42
Binary 1100111 10010111 10110 100000 0 1010101 101001 1010010 1001011 100010

Color Harmonies of #679716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679716

Black with #679716

Text Example


Text Example

White with #679716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679716; }

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

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

background-color css

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

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

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

border-color css

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

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

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