Html Css Color HEX #608319 Olive Drab

📋 copy color: '#608319'

red 96 ◦ green 131 ◦ blue 25

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

Shades of Olive Drab #608319

Tints of Olive Drab #608319

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.98%

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

R = 38.1%
G = 51.98%
B = 9.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#608319 (or 0x608319) is known color: Olive Drab. HEX triplet: 60, 83 and 19. RGB value is (96,131,25). Sum of RGB (Red+Green+Blue) = 96+131+25=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #608319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608319 is #9F7CE6. Grayscale: #6C6C6C. Windows color (decimal): -10452199 or 1672032. OLE color: 1672032.

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

Color convert

RGB 96 131 25 -
CMYK 0.27 0 0.81 0.49
HSL 79.81º 0.68% 0.31% -
HSV(B) 79.81º 0.81% 0.51% -
XYZ 13.12 18.79 3.86 -
YUV 108.45 80.9 119.12 -
System Red Green Blue C M Y K H S L
Decimal 96 131 25 0.27 0 0.81 0.49 79.81 0.68 0.31
Hex 60 83 19 1B 0 51 31 50 44 1F
Octal 140 203 31 33 0 121 61 120 104 37
Binary 1100000 10000011 11001 11011 0 1010001 110001 1010000 1000100 11111

Color Harmonies of #608319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608319

Black with #608319

Text Example


Text Example

White with #608319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608319; }

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

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

background-color css

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

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

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

border-color css

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

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

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