Html Css Color HEX #608124 Olive Drab

📋 copy color: '#608124'

red 96 ◦ green 129 ◦ blue 36

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

Shades of Olive Drab #608124

Tints of Olive Drab #608124

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.43%

 BLUE value IS 36 (14.45% from 255) = 13.79%

R = 36.78%
G = 49.43%
B = 13.79%

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

#608124 (or 0x608124) is known color: Olive Drab. HEX triplet: 60, 81 and 24. RGB value is (96,129,36). Sum of RGB (Red+Green+Blue) = 96+129+36=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #608124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608124 is #9F7EDB. Grayscale: #6C6C6C. Windows color (decimal): -10452700 or 2392416. OLE color: 2392416.

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

Color convert

RGB 96 129 36 -
CMYK 0.26 0 0.72 0.49
HSL 81.29º 0.56% 0.32% -
HSV(B) 81.29º 0.72% 0.51% -
XYZ 12.99 18.31 4.52 -
YUV 108.53 87.07 119.06 -
System Red Green Blue C M Y K H S L
Decimal 96 129 36 0.26 0 0.72 0.49 81.29 0.56 0.32
Hex 60 81 24 1A 0 48 31 51 38 20
Octal 140 201 44 32 0 110 61 121 70 40
Binary 1100000 10000001 100100 11010 0 1001000 110001 1010001 111000 100000

Color Harmonies of #608124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608124

Black with #608124

Text Example


Text Example

White with #608124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608124; }

 p { color: rgb(96,129,36); }

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

background-color css

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

 a { background-color: rgb(96,129,36); }

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

border-color css

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

 span { border-color: rgb(96,129,36); }

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