Html Css Color HEX #608525 Olive Drab

📋 copy color: '#608525'

red 96 ◦ green 133 ◦ blue 37

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

Shades of Olive Drab #608525

Tints of Olive Drab #608525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.91%

R = 36.09%
G = 50%
B = 13.91%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#608525 (or 0x608525) is known color: Olive Drab. HEX triplet: 60, 85 and 25. RGB value is (96,133,37). Sum of RGB (Red+Green+Blue) = 96+133+37=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #608525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608525 is #9F7ADA. Grayscale: #6F6F6F. Windows color (decimal): -10451675 or 2458976. OLE color: 2458976.

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

Color convert

RGB 96 133 37 -
CMYK 0.28 0 0.72 0.48
HSL 83.13º 0.56% 0.33% -
HSV(B) 83.13º 0.72% 0.52% -
XYZ 13.55 19.4 4.78 -
YUV 110.99 86.24 117.31 -
System Red Green Blue C M Y K H S L
Decimal 96 133 37 0.28 0 0.72 0.48 83.13 0.56 0.33
Hex 60 85 25 1C 0 48 30 53 38 21
Octal 140 205 45 34 0 110 60 123 70 41
Binary 1100000 10000101 100101 11100 0 1001000 110000 1010011 111000 100001

Color Harmonies of #608525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608525

Black with #608525

Text Example


Text Example

White with #608525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608525; }

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

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

background-color css

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

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

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

border-color css

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

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

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