Html Css Color HEX #568005 Olive Drab

📋 copy color: '#568005'

red 86 ◦ green 128 ◦ blue 5

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

Shades of Olive Drab #568005

Tints of Olive Drab #568005

RGB

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

 GREEN value IS 128 (50.39% from 255) = 58.45%

 BLUE value IS 5 (2.34% from 255) = 2.28%

R = 39.27%
G = 58.45%
B = 2.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#568005 (or 0x568005) is known color: Olive Drab. HEX triplet: 56, 80 and 05. RGB value is (86,128,5). Sum of RGB (Red+Green+Blue) = 86+128+5=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 128 (50.39% from 255 or 58.45% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 128 - color contains mainly: green. Hex color #568005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568005 is #A97FFA. Grayscale: #656565. Windows color (decimal): -11108347 or 360534. OLE color: 360534.

HSL color Cylindrical-coordinate representation of color #568005: hue angle of 80.49º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #568005 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 128 5 -
CMYK 0.33 0 0.96 0.50
HSL 80.49º 0.92% 0.26% -
HSV(B) 80.49º 0.96% 0.5% -
XYZ 11.58 17.43 2.9 -
YUV 101.42 73.59 117 -
System Red Green Blue C M Y K H S L
Decimal 86 128 5 0.33 0 0.96 0.50 80.49 0.92 0.26
Hex 56 80 5 21 0 60 32 50 5C 1A
Octal 126 200 5 41 0 140 62 120 134 32
Binary 1010110 10000000 101 100001 0 1100000 110010 1010000 1011100 11010

Color Harmonies of #568005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568005

Black with #568005

Text Example


Text Example

White with #568005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568005; }

 p { color: rgb(86,128,5); }

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

background-color css

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

 a { background-color: rgb(86,128,5); }

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

border-color css

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

 span { border-color: rgb(86,128,5); }

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