Html Css Color HEX #608315 Olive Drab

📋 copy color: '#608315'

red 96 ◦ green 131 ◦ blue 21

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

Shades of Olive Drab #608315

Tints of Olive Drab #608315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.47%

R = 38.71%
G = 52.82%
B = 8.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#608315 (or 0x608315) is known color: Olive Drab. HEX triplet: 60, 83 and 15. RGB value is (96,131,21). Sum of RGB (Red+Green+Blue) = 96+131+21=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #608315 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608315 is #9F7CEA. Grayscale: #6C6C6C. Windows color (decimal): -10452203 or 1409888. OLE color: 1409888.

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

Color convert

RGB 96 131 21 -
CMYK 0.27 0 0.84 0.49
HSL 79.09º 0.72% 0.3% -
HSV(B) 79.09º 0.84% 0.51% -
XYZ 13.08 18.77 3.64 -
YUV 108 78.9 119.44 -
System Red Green Blue C M Y K H S L
Decimal 96 131 21 0.27 0 0.84 0.49 79.09 0.72 0.3
Hex 60 83 15 1B 0 54 31 4F 48 1E
Octal 140 203 25 33 0 124 61 117 110 36
Binary 1100000 10000011 10101 11011 0 1010100 110001 1001111 1001000 11110

Color Harmonies of #608315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608315

Black with #608315

Text Example


Text Example

White with #608315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608315; }

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

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

background-color css

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

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

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

border-color css

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

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

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