Html Css Color HEX #57820A Olive Drab

📋 copy color: '#57820A'

red 87 ◦ green 130 ◦ blue 10

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

Shades of Olive Drab #57820A

Tints of Olive Drab #57820A

RGB

 RED value IS 87 (34.38% from 255) = 38.33%

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

 BLUE value IS 10 (4.3% from 255) = 4.41%

R = 38.33%
G = 57.27%
B = 4.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#57820A (or 0x57820A) is known color: Olive Drab. HEX triplet: 57, 82 and 0A. RGB value is (87,130,10). Sum of RGB (Red+Green+Blue) = 87+130+10=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #57820A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57820A is #A87DF5. Grayscale: #676767. Windows color (decimal): -11042294 or 688727. OLE color: 688727.

HSL color Cylindrical-coordinate representation of color #57820A: hue angle of 81.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #57820A is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 130 10 -
CMYK 0.33 0 0.92 0.49
HSL 81.5º 0.86% 0.27% -
HSV(B) 81.5º 0.92% 0.51% -
XYZ 11.97 18.01 3.13 -
YUV 103.46 75.25 116.26 -
System Red Green Blue C M Y K H S L
Decimal 87 130 10 0.33 0 0.92 0.49 81.5 0.86 0.27
Hex 57 82 A 21 0 5C 31 52 56 1B
Octal 127 202 12 41 0 134 61 122 126 33
Binary 1010111 10000010 1010 100001 0 1011100 110001 1010010 1010110 11011

Color Harmonies of #57820A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57820A

Black with #57820A

Text Example


Text Example

White with #57820A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57820A; }

 p { color: rgb(87,130,10); }

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

background-color css

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

 a { background-color: rgb(87,130,10); }

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

border-color css

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

 span { border-color: rgb(87,130,10); }

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