Html Css Color HEX #568502 Olive Drab

📋 copy color: '#568502'

red 86 ◦ green 133 ◦ blue 2

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

Shades of Olive Drab #568502

Tints of Olive Drab #568502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 60.18%

 BLUE value IS 2 (1.17% from 255) = 0.9%

R = 38.91%
G = 60.18%
B = 0.9%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#568502 (or 0x568502) is known color: Olive Drab. HEX triplet: 56, 85 and 02. RGB value is (86,133,2). Sum of RGB (Red+Green+Blue) = 86+133+2=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 133 (52.34% from 255 or 60.18% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 133 - color contains mainly: green. Hex color #568502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568502 is #A97AFD. Grayscale: #686868. Windows color (decimal): -11107070 or 165206. OLE color: 165206.

HSL color Cylindrical-coordinate representation of color #568502: hue angle of 81.53º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #568502 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 86 133 2 -
CMYK 0.35 0 0.98 0.48
HSL 81.53º 0.97% 0.26% -
HSV(B) 81.53º 0.98% 0.52% -
XYZ 12.24 18.76 3.03 -
YUV 104.01 70.43 115.15 -
System Red Green Blue C M Y K H S L
Decimal 86 133 2 0.35 0 0.98 0.48 81.53 0.97 0.26
Hex 56 85 2 23 0 62 30 52 61 1A
Octal 126 205 2 43 0 142 60 122 141 32
Binary 1010110 10000101 10 100011 0 1100010 110000 1010010 1100001 11010

Color Harmonies of #568502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568502

Black with #568502

Text Example


Text Example

White with #568502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568502; }

 p { color: rgb(86,133,2); }

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

background-color css

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

 a { background-color: rgb(86,133,2); }

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

border-color css

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

 span { border-color: rgb(86,133,2); }

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