Html Css Color HEX #608501 Olive Drab

📋 copy color: '#608501'

red 96 ◦ green 133 ◦ blue 1

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

Shades of Olive Drab #608501

Tints of Olive Drab #608501

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.83%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 41.74%
G = 57.83%
B = 0.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#608501 (or 0x608501) is known color: Olive Drab. HEX triplet: 60, 85 and 01. RGB value is (96,133,1). Sum of RGB (Red+Green+Blue) = 96+133+1=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 133 (52.34% from 255 or 57.83% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 133 - color contains mainly: green. Hex color #608501 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608501 is #9F7AFE. Grayscale: #6B6B6B. Windows color (decimal): -10451711 or 99680. OLE color: 99680.

HSL color Cylindrical-coordinate representation of color #608501: hue angle of 76.82º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #608501 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 133 1 -
CMYK 0.28 0 0.99 0.48
HSL 76.82º 0.99% 0.26% -
HSV(B) 76.82º 0.99% 0.52% -
XYZ 13.22 19.26 3.05 -
YUV 106.89 68.24 120.23 -
System Red Green Blue C M Y K H S L
Decimal 96 133 1 0.28 0 0.99 0.48 76.82 0.99 0.26
Hex 60 85 1 1C 0 63 30 4D 63 1A
Octal 140 205 1 34 0 143 60 115 143 32
Binary 1100000 10000101 1 11100 0 1100011 110000 1001101 1100011 11010

Color Harmonies of #608501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608501

Black with #608501

Text Example


Text Example

White with #608501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608501; }

 p { color: rgb(96,133,1); }

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

background-color css

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

 a { background-color: rgb(96,133,1); }

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

border-color css

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

 span { border-color: rgb(96,133,1); }

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