Html Css Color HEX #608217 Olive Drab

📋 copy color: '#608217'

red 96 ◦ green 130 ◦ blue 23

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

Shades of Olive Drab #608217

Tints of Olive Drab #608217

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.21%

 BLUE value IS 23 (9.38% from 255) = 9.24%

R = 38.55%
G = 52.21%
B = 9.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#608217 (or 0x608217) is known color: Olive Drab. HEX triplet: 60, 82 and 17. RGB value is (96,130,23). Sum of RGB (Red+Green+Blue) = 96+130+23=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #608217 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608217 is #9F7DE8. Grayscale: #6C6C6C. Windows color (decimal): -10452457 or 1540704. OLE color: 1540704.

HSL color Cylindrical-coordinate representation of color #608217: hue angle of 79.07º degrees, saturation: 0.7, 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 #608217 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 130 23 -
CMYK 0.26 0 0.82 0.49
HSL 79.07º 0.7% 0.3% -
HSV(B) 79.07º 0.82% 0.51% -
XYZ 12.96 18.51 3.7 -
YUV 107.64 80.24 119.7 -
System Red Green Blue C M Y K H S L
Decimal 96 130 23 0.26 0 0.82 0.49 79.07 0.7 0.3
Hex 60 82 17 1A 0 52 31 4F 46 1E
Octal 140 202 27 32 0 122 61 117 106 36
Binary 1100000 10000010 10111 11010 0 1010010 110001 1001111 1000110 11110

Color Harmonies of #608217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608217

Black with #608217

Text Example


Text Example

White with #608217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608217; }

 p { color: rgb(96,130,23); }

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

background-color css

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

 a { background-color: rgb(96,130,23); }

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

border-color css

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

 span { border-color: rgb(96,130,23); }

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