Html Css Color HEX #608401 Olive Drab

📋 copy color: '#608401'

red 96 ◦ green 132 ◦ blue 1

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

Shades of Olive Drab #608401

Tints of Olive Drab #608401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 57.64%

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

R = 41.92%
G = 57.64%
B = 0.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#608401 (or 0x608401) is known color: Olive Drab. HEX triplet: 60, 84 and 01. RGB value is (96,132,1). Sum of RGB (Red+Green+Blue) = 96+132+1=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 132 (51.95% from 255 or 57.64% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 132 - color contains mainly: green. Hex color #608401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608401 is #9F7BFE. Grayscale: #6A6A6A. Windows color (decimal): -10451967 or 99424. OLE color: 99424.

HSL color Cylindrical-coordinate representation of color #608401: hue angle of 76.49º degrees, saturation: 0.98, 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 #608401 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 132 1 -
CMYK 0.27 0 0.99 0.48
HSL 76.49º 0.98% 0.26% -
HSV(B) 76.49º 0.99% 0.52% -
XYZ 13.08 18.99 3.01 -
YUV 106.3 68.57 120.65 -
System Red Green Blue C M Y K H S L
Decimal 96 132 1 0.27 0 0.99 0.48 76.49 0.98 0.26
Hex 60 84 1 1B 0 63 30 4C 62 1A
Octal 140 204 1 33 0 143 60 114 142 32
Binary 1100000 10000100 1 11011 0 1100011 110000 1001100 1100010 11010

Color Harmonies of #608401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608401

Black with #608401

Text Example


Text Example

White with #608401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608401; }

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

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

background-color css

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

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

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

border-color css

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

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

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