Html Css Color HEX #568401 Olive Drab

📋 copy color: '#568401'

red 86 ◦ green 132 ◦ blue 1

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

Shades of Olive Drab #568401

Tints of Olive Drab #568401

RGB

 RED value IS 86 (33.98% from 255) = 39.27%

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

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

R = 39.27%
G = 60.27%
B = 0.46%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#568401 (or 0x568401) is known color: Olive Drab. HEX triplet: 56, 84 and 01. RGB value is (86,132,1). Sum of RGB (Red+Green+Blue) = 86+132+1=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 132 (51.95% from 255 or 60.27% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 132 - color contains mainly: green. Hex color #568401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568401 is #A97BFE. Grayscale: #676767. Windows color (decimal): -11107327 or 99414. OLE color: 99414.

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

Color convert

RGB 86 132 1 -
CMYK 0.35 0 0.99 0.48
HSL 81.07º 0.98% 0.26% -
HSV(B) 81.07º 0.99% 0.52% -
XYZ 12.09 18.48 2.96 -
YUV 103.31 70.26 115.65 -
System Red Green Blue C M Y K H S L
Decimal 86 132 1 0.35 0 0.99 0.48 81.07 0.98 0.26
Hex 56 84 1 23 0 63 30 51 62 1A
Octal 126 204 1 43 0 143 60 121 142 32
Binary 1010110 10000100 1 100011 0 1100011 110000 1010001 1100010 11010

Color Harmonies of #568401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568401

Black with #568401

Text Example


Text Example

White with #568401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568401; }

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

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

background-color css

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

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

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

border-color css

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

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

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