Html Css Color HEX #608519 Olive Drab

📋 copy color: '#608519'

red 96 ◦ green 133 ◦ blue 25

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

Shades of Olive Drab #608519

Tints of Olive Drab #608519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.84%

R = 37.8%
G = 52.36%
B = 9.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#608519 (or 0x608519) is known color: Olive Drab. HEX triplet: 60, 85 and 19. RGB value is (96,133,25). Sum of RGB (Red+Green+Blue) = 96+133+25=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #608519 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608519 is #9F7AE6. Grayscale: #6E6E6E. Windows color (decimal): -10451687 or 1672544. OLE color: 1672544.

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

Color convert

RGB 96 133 25 -
CMYK 0.28 0 0.81 0.48
HSL 80.56º 0.68% 0.31% -
HSV(B) 80.56º 0.81% 0.52% -
XYZ 13.39 19.33 3.95 -
YUV 109.63 80.24 118.28 -
System Red Green Blue C M Y K H S L
Decimal 96 133 25 0.28 0 0.81 0.48 80.56 0.68 0.31
Hex 60 85 19 1C 0 51 30 51 44 1F
Octal 140 205 31 34 0 121 60 121 104 37
Binary 1100000 10000101 11001 11100 0 1010001 110000 1010001 1000100 11111

Color Harmonies of #608519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608519

Black with #608519

Text Example


Text Example

White with #608519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608519; }

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

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

background-color css

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

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

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

border-color css

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

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

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