Html Css Color HEX #608520 Olive Drab

📋 copy color: '#608520'

red 96 ◦ green 133 ◦ blue 32

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

Shades of Olive Drab #608520

Tints of Olive Drab #608520

RGB

 RED value IS 96 (37.89% from 255) = 36.78%

 GREEN value IS 133 (52.34% from 255) = 50.96%

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

R = 36.78%
G = 50.96%
B = 12.26%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#608520 (or 0x608520) is known color: Olive Drab. HEX triplet: 60, 85 and 20. RGB value is (96,133,32). Sum of RGB (Red+Green+Blue) = 96+133+32=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #608520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608520 is #9F7ADF. Grayscale: #6E6E6E. Windows color (decimal): -10451680 or 2131296. OLE color: 2131296.

HSL color Cylindrical-coordinate representation of color #608520: hue angle of 81.98º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #608520 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 133 32 -
CMYK 0.28 0 0.76 0.48
HSL 81.98º 0.61% 0.32% -
HSV(B) 81.98º 0.76% 0.52% -
XYZ 13.47 19.37 4.39 -
YUV 110.42 83.74 117.71 -
System Red Green Blue C M Y K H S L
Decimal 96 133 32 0.28 0 0.76 0.48 81.98 0.61 0.32
Hex 60 85 20 1C 0 4C 30 52 3D 20
Octal 140 205 40 34 0 114 60 122 75 40
Binary 1100000 10000101 100000 11100 0 1001100 110000 1010010 111101 100000

Color Harmonies of #608520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608520

Black with #608520

Text Example


Text Example

White with #608520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608520; }

 p { color: rgb(96,133,32); }

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

background-color css

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

 a { background-color: rgb(96,133,32); }

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

border-color css

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

 span { border-color: rgb(96,133,32); }

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