Html Css Color HEX #679520 Olive Drab

📋 copy color: '#679520'

red 103 ◦ green 149 ◦ blue 32

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

Shades of Olive Drab #679520

Tints of Olive Drab #679520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.46%

 BLUE value IS 32 (12.89% from 255) = 11.27%

R = 36.27%
G = 52.46%
B = 11.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#679520 (or 0x679520) is known color: Olive Drab. HEX triplet: 67, 95 and 20. RGB value is (103,149,32). Sum of RGB (Red+Green+Blue) = 103+149+32=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #679520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679520 is #986ADF. Grayscale: #7A7A7A. Windows color (decimal): -9988832 or 2135399. OLE color: 2135399.

HSL color Cylindrical-coordinate representation of color #679520: hue angle of 83.59º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #679520 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 149 32 -
CMYK 0.31 0 0.79 0.42
HSL 83.59º 0.65% 0.35% -
HSV(B) 83.59º 0.79% 0.58% -
XYZ 16.6 24.48 5.22 -
YUV 121.91 77.26 114.51 -
System Red Green Blue C M Y K H S L
Decimal 103 149 32 0.31 0 0.79 0.42 83.59 0.65 0.35
Hex 67 95 20 1F 0 4F 2A 54 41 23
Octal 147 225 40 37 0 117 52 124 101 43
Binary 1100111 10010101 100000 11111 0 1001111 101010 1010100 1000001 100011

Color Harmonies of #679520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679520

Black with #679520

Text Example


Text Example

White with #679520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679520; }

 p { color: rgb(103,149,32); }

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

background-color css

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

 a { background-color: rgb(103,149,32); }

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

border-color css

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

 span { border-color: rgb(103,149,32); }

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