Html Css Color HEX #57820C Olive Drab

📋 copy color: '#57820C'

red 87 ◦ green 130 ◦ blue 12

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

Shades of Olive Drab #57820C

Tints of Olive Drab #57820C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.24%

R = 37.99%
G = 56.77%
B = 5.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#57820C (or 0x57820C) is known color: Olive Drab. HEX triplet: 57, 82 and 0C. RGB value is (87,130,12). Sum of RGB (Red+Green+Blue) = 87+130+12=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 130 (51.17% from 255 or 56.77% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 130 - color contains mainly: green. Hex color #57820C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57820C is #A87DF3. Grayscale: #686868. Windows color (decimal): -11042292 or 819799. OLE color: 819799.

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

Color convert

RGB 87 130 12 -
CMYK 0.33 0 0.91 0.49
HSL 81.86º 0.83% 0.28% -
HSV(B) 81.86º 0.91% 0.51% -
XYZ 11.98 18.02 3.19 -
YUV 103.69 76.25 116.09 -
System Red Green Blue C M Y K H S L
Decimal 87 130 12 0.33 0 0.91 0.49 81.86 0.83 0.28
Hex 57 82 C 21 0 5B 31 52 53 1C
Octal 127 202 14 41 0 133 61 122 123 34
Binary 1010111 10000010 1100 100001 0 1011011 110001 1010010 1010011 11100

Color Harmonies of #57820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57820C

Black with #57820C

Text Example


Text Example

White with #57820C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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