Html Css Color HEX #608521 Olive Drab

📋 copy color: '#608521'

red 96 ◦ green 133 ◦ blue 33

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

Shades of Olive Drab #608521

Tints of Olive Drab #608521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.6%

R = 36.64%
G = 50.76%
B = 12.6%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#608521 (or 0x608521) is known color: Olive Drab. HEX triplet: 60, 85 and 21. RGB value is (96,133,33). Sum of RGB (Red+Green+Blue) = 96+133+33=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 133 (52.34% from 255 or 50.76% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 133 - color contains mainly: green. Hex color #608521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608521 is #9F7ADE. Grayscale: #6E6E6E. Windows color (decimal): -10451679 or 2196832. OLE color: 2196832.

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

Color convert

RGB 96 133 33 -
CMYK 0.28 0 0.75 0.48
HSL 82.2º 0.6% 0.33% -
HSV(B) 82.2º 0.75% 0.52% -
XYZ 13.49 19.37 4.47 -
YUV 110.54 84.24 117.63 -
System Red Green Blue C M Y K H S L
Decimal 96 133 33 0.28 0 0.75 0.48 82.2 0.6 0.33
Hex 60 85 21 1C 0 4B 30 52 3C 21
Octal 140 205 41 34 0 113 60 122 74 41
Binary 1100000 10000101 100001 11100 0 1001011 110000 1010010 111100 100001

Color Harmonies of #608521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608521

Black with #608521

Text Example


Text Example

White with #608521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608521; }

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

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

background-color css

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

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

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

border-color css

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

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

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