Html Css Color HEX #608201 Olive Drab

📋 copy color: '#608201'

red 96 ◦ green 130 ◦ blue 1

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

Shades of Olive Drab #608201

Tints of Olive Drab #608201

RGB

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

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

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

R = 42.29%
G = 57.27%
B = 0.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#608201 (or 0x608201) is known color: Olive Drab. HEX triplet: 60, 82 and 01. RGB value is (96,130,1). Sum of RGB (Red+Green+Blue) = 96+130+1=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #608201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608201 is #9F7DFE. Grayscale: #696969. Windows color (decimal): -10452479 or 98912. OLE color: 98912.

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

Color convert

RGB 96 130 1 -
CMYK 0.26 0 0.99 0.49
HSL 75.81º 0.98% 0.26% -
HSV(B) 75.81º 0.99% 0.51% -
XYZ 12.81 18.45 2.92 -
YUV 105.13 69.24 121.49 -
System Red Green Blue C M Y K H S L
Decimal 96 130 1 0.26 0 0.99 0.49 75.81 0.98 0.26
Hex 60 82 1 1A 0 63 31 4C 62 1A
Octal 140 202 1 32 0 143 61 114 142 32
Binary 1100000 10000010 1 11010 0 1100011 110001 1001100 1100010 11010

Color Harmonies of #608201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608201

Black with #608201

Text Example


Text Example

White with #608201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608201; }

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

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

background-color css

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

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

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

border-color css

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

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

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