Html Css Color HEX #608225 Olive Drab

📋 copy color: '#608225'

red 96 ◦ green 130 ◦ blue 37

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

Shades of Olive Drab #608225

Tints of Olive Drab #608225

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.43%

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

R = 36.5%
G = 49.43%
B = 14.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#608225 (or 0x608225) is known color: Olive Drab. HEX triplet: 60, 82 and 25. RGB value is (96,130,37). Sum of RGB (Red+Green+Blue) = 96+130+37=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #608225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608225 is #9F7DDA. Grayscale: #6D6D6D. Windows color (decimal): -10452443 or 2458208. OLE color: 2458208.

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

Color convert

RGB 96 130 37 -
CMYK 0.26 0 0.72 0.49
HSL 81.94º 0.56% 0.33% -
HSV(B) 81.94º 0.72% 0.51% -
XYZ 13.14 18.59 4.65 -
YUV 109.23 87.24 118.56 -
System Red Green Blue C M Y K H S L
Decimal 96 130 37 0.26 0 0.72 0.49 81.94 0.56 0.33
Hex 60 82 25 1A 0 48 31 52 38 21
Octal 140 202 45 32 0 110 61 122 70 41
Binary 1100000 10000010 100101 11010 0 1001000 110001 1010010 111000 100001

Color Harmonies of #608225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608225

Black with #608225

Text Example


Text Example

White with #608225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608225; }

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

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

background-color css

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

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

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

border-color css

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

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

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