Html Css Color HEX #608318 Olive Drab

📋 copy color: '#608318'

red 96 ◦ green 131 ◦ blue 24

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

Shades of Olive Drab #608318

Tints of Olive Drab #608318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.56%

R = 38.25%
G = 52.19%
B = 9.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#608318 (or 0x608318) is known color: Olive Drab. HEX triplet: 60, 83 and 18. RGB value is (96,131,24). Sum of RGB (Red+Green+Blue) = 96+131+24=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #608318 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608318 is #9F7CE7. Grayscale: #6C6C6C. Windows color (decimal): -10452200 or 1606496. OLE color: 1606496.

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

Color convert

RGB 96 131 24 -
CMYK 0.27 0 0.82 0.49
HSL 79.63º 0.69% 0.3% -
HSV(B) 79.63º 0.82% 0.51% -
XYZ 13.11 18.79 3.8 -
YUV 108.34 80.4 119.2 -
System Red Green Blue C M Y K H S L
Decimal 96 131 24 0.27 0 0.82 0.49 79.63 0.69 0.3
Hex 60 83 18 1B 0 52 31 50 45 1E
Octal 140 203 30 33 0 122 61 120 105 36
Binary 1100000 10000011 11000 11011 0 1010010 110001 1010000 1000101 11110

Color Harmonies of #608318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608318

Black with #608318

Text Example


Text Example

White with #608318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608318; }

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

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

background-color css

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

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

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

border-color css

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

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

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