Html Css Color HEX #568200 Olive Drab

📋 copy color: '#568200'

red 86 ◦ green 130 ◦ blue 0

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

Shades of Olive Drab #568200

Tints of Olive Drab #568200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.81%
G = 60.19%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#568200 (or 0x568200) is known color: Olive Drab. HEX triplet: 56, 82 and 00. RGB value is (86,130,0). Sum of RGB (Red+Green+Blue) = 86+130+0=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 130 (51.17% from 255 or 60.19% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 130 - color contains mainly: green. Hex color #568200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568200 is #A97DFF. Grayscale: #666666. Windows color (decimal): -11107840 or 33366. OLE color: 33366.

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

Color convert

RGB 86 130 0 -
CMYK 0.34 0 1 0.49
HSL 80.31º 1% 0.25% -
HSV(B) 80.31º 1% 0.51% -
XYZ 11.82 17.94 2.84 -
YUV 102.02 70.42 116.57 -
System Red Green Blue C M Y K H S L
Decimal 86 130 0 0.34 0 1 0.49 80.31 1 0.25
Hex 56 82 0 22 0 64 31 50 64 19
Octal 126 202 0 42 0 144 61 120 144 31
Binary 1010110 10000010 0 100010 0 1100100 110001 1010000 1100100 11001

Color Harmonies of #568200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568200

Black with #568200

Text Example


Text Example

White with #568200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568200; }

 p { color: rgb(86,130,0); }

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

background-color css

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

 a { background-color: rgb(86,130,0); }

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

border-color css

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

 span { border-color: rgb(86,130,0); }

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