Html Css Color HEX #56820F Olive Drab

📋 copy color: '#56820F'

red 86 ◦ green 130 ◦ blue 15

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

Shades of Olive Drab #56820F

Tints of Olive Drab #56820F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.49%

R = 37.23%
G = 56.28%
B = 6.49%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#56820F (or 0x56820F) is known color: Olive Drab. HEX triplet: 56, 82 and 0F. RGB value is (86,130,15). Sum of RGB (Red+Green+Blue) = 86+130+15=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #56820F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56820F is #A97DF0. Grayscale: #686868. Windows color (decimal): -11107825 or 1016406. OLE color: 1016406.

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

Color convert

RGB 86 130 15 -
CMYK 0.34 0 0.88 0.49
HSL 82.96º 0.79% 0.28% -
HSV(B) 82.96º 0.88% 0.51% -
XYZ 11.91 17.98 3.29 -
YUV 103.73 77.92 115.35 -
System Red Green Blue C M Y K H S L
Decimal 86 130 15 0.34 0 0.88 0.49 82.96 0.79 0.28
Hex 56 82 F 22 0 58 31 53 4F 1C
Octal 126 202 17 42 0 130 61 123 117 34
Binary 1010110 10000010 1111 100010 0 1011000 110001 1010011 1001111 11100

Color Harmonies of #56820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56820F

Black with #56820F

Text Example


Text Example

White with #56820F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56820F; }

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

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

background-color css

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

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

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

border-color css

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

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

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