Html Css Color HEX #568308 Olive Drab

📋 copy color: '#568308'

red 86 ◦ green 131 ◦ blue 8

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

Shades of Olive Drab #568308

Tints of Olive Drab #568308

RGB

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

 GREEN value IS 131 (51.56% from 255) = 58.22%

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

R = 38.22%
G = 58.22%
B = 3.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#568308 (or 0x568308) is known color: Olive Drab. HEX triplet: 56, 83 and 08. RGB value is (86,131,8). Sum of RGB (Red+Green+Blue) = 86+131+8=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 131 (51.56% from 255 or 58.22% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 131 - color contains mainly: green. Hex color #568308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568308 is #A97CF7. Grayscale: #676767. Windows color (decimal): -11107576 or 557910. OLE color: 557910.

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

Color convert

RGB 86 131 8 -
CMYK 0.34 0 0.94 0.49
HSL 81.95º 0.88% 0.27% -
HSV(B) 81.95º 0.94% 0.51% -
XYZ 12 18.23 3.12 -
YUV 103.52 74.09 115.5 -
System Red Green Blue C M Y K H S L
Decimal 86 131 8 0.34 0 0.94 0.49 81.95 0.88 0.27
Hex 56 83 8 22 0 5E 31 52 58 1B
Octal 126 203 10 42 0 136 61 122 130 33
Binary 1010110 10000011 1000 100010 0 1011110 110001 1010010 1011000 11011

Color Harmonies of #568308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568308

Black with #568308

Text Example


Text Example

White with #568308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568308; }

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

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

background-color css

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

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

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

border-color css

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

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

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