Html Css Color HEX #567F13 Olive Drab

📋 copy color: '#567F13'

red 86 ◦ green 127 ◦ blue 19

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

Shades of Olive Drab #567F13

Tints of Olive Drab #567F13

RGB

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

 GREEN value IS 127 (50% from 255) = 54.74%

 BLUE value IS 19 (7.81% from 255) = 8.19%

R = 37.07%
G = 54.74%
B = 8.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#567F13 (or 0x567F13) is known color: Olive Drab. HEX triplet: 56, 7F and 13. RGB value is (86,127,19). Sum of RGB (Red+Green+Blue) = 86+127+19=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 127 (50% from 255 or 54.74% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 127 - color contains mainly: green. Hex color #567F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #567F13 is #A980EC. Grayscale: #666666. Windows color (decimal): -11108589 or 1277782. OLE color: 1277782.

HSL color Cylindrical-coordinate representation of color #567F13: hue angle of 82.78º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #567F13 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 127 19 -
CMYK 0.32 0 0.85 0.50
HSL 82.78º 0.74% 0.29% -
HSV(B) 82.78º 0.85% 0.5% -
XYZ 11.54 17.2 3.33 -
YUV 102.43 80.92 116.28 -
System Red Green Blue C M Y K H S L
Decimal 86 127 19 0.32 0 0.85 0.50 82.78 0.74 0.29
Hex 56 7F 13 20 0 55 32 53 4A 1D
Octal 126 177 23 40 0 125 62 123 112 35
Binary 1010110 1111111 10011 100000 0 1010101 110010 1010011 1001010 11101

Color Harmonies of #567F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567F13

Black with #567F13

Text Example


Text Example

White with #567F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567F13; }

 p { color: rgb(86,127,19); }

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

background-color css

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

 a { background-color: rgb(86,127,19); }

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

border-color css

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

 span { border-color: rgb(86,127,19); }

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