Html Css Color HEX #568508 Olive Drab

📋 copy color: '#568508'

red 86 ◦ green 133 ◦ blue 8

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

Shades of Olive Drab #568508

Tints of Olive Drab #568508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.52%

R = 37.89%
G = 58.59%
B = 3.52%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#568508 (or 0x568508) is known color: Olive Drab. HEX triplet: 56, 85 and 08. RGB value is (86,133,8). Sum of RGB (Red+Green+Blue) = 86+133+8=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 133 (52.34% from 255 or 58.59% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 133 - color contains mainly: green. Hex color #568508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568508 is #A97AF7. Grayscale: #696969. Windows color (decimal): -11107064 or 558422. OLE color: 558422.

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

Color convert

RGB 86 133 8 -
CMYK 0.35 0 0.94 0.48
HSL 82.56º 0.89% 0.28% -
HSV(B) 82.56º 0.94% 0.52% -
XYZ 12.27 18.77 3.21 -
YUV 104.7 73.43 114.66 -
System Red Green Blue C M Y K H S L
Decimal 86 133 8 0.35 0 0.94 0.48 82.56 0.89 0.28
Hex 56 85 8 23 0 5E 30 53 59 1C
Octal 126 205 10 43 0 136 60 123 131 34
Binary 1010110 10000101 1000 100011 0 1011110 110000 1010011 1011001 11100

Color Harmonies of #568508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568508

Black with #568508

Text Example


Text Example

White with #568508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568508; }

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

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

background-color css

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

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

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

border-color css

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

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

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