Html Css Color HEX #608D17 Olive Drab

📋 copy color: '#608D17'

red 96 ◦ green 141 ◦ blue 23

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

Shades of Olive Drab #608D17

Tints of Olive Drab #608D17

RGB

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

 GREEN value IS 141 (55.47% from 255) = 54.23%

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

R = 36.92%
G = 54.23%
B = 8.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#608D17 (or 0x608D17) is known color: Olive Drab. HEX triplet: 60, 8D and 17. RGB value is (96,141,23). Sum of RGB (Red+Green+Blue) = 96+141+23=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 141 (55.47% from 255 or 54.23% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 141 - color contains mainly: green. Hex color #608D17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608D17 is #9F72E8. Grayscale: #727272. Windows color (decimal): -10449641 or 1543520. OLE color: 1543520.

HSL color Cylindrical-coordinate representation of color #608D17: hue angle of 82.88º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #608D17 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 141 23 -
CMYK 0.32 0 0.84 0.45
HSL 82.88º 0.72% 0.32% -
HSV(B) 82.88º 0.84% 0.55% -
XYZ 14.5 21.6 4.22 -
YUV 114.09 76.59 115.09 -
System Red Green Blue C M Y K H S L
Decimal 96 141 23 0.32 0 0.84 0.45 82.88 0.72 0.32
Hex 60 8D 17 20 0 54 2D 53 48 20
Octal 140 215 27 40 0 124 55 123 110 40
Binary 1100000 10001101 10111 100000 0 1010100 101101 1010011 1001000 100000

Color Harmonies of #608D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608D17

Black with #608D17

Text Example


Text Example

White with #608D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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