Html Css Color HEX #55850A Olive Drab

📋 copy color: '#55850A'

red 85 ◦ green 133 ◦ blue 10

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

Shades of Olive Drab #55850A

Tints of Olive Drab #55850A

RGB

 RED value IS 85 (33.59% from 255) = 37.28%

 GREEN value IS 133 (52.34% from 255) = 58.33%

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

R = 37.28%
G = 58.33%
B = 4.39%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#55850A (or 0x55850A) is known color: Olive Drab. HEX triplet: 55, 85 and 0A. RGB value is (85,133,10). Sum of RGB (Red+Green+Blue) = 85+133+10=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 133 (52.34% from 255 or 58.33% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 133 - color contains mainly: green. Hex color #55850A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55850A is #AA7AF5. Grayscale: #696969. Windows color (decimal): -11172598 or 689493. OLE color: 689493.

HSL color Cylindrical-coordinate representation of color #55850A: hue angle of 83.41º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55850A is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 133 10 -
CMYK 0.36 0 0.92 0.48
HSL 83.41º 0.86% 0.28% -
HSV(B) 83.41º 0.92% 0.52% -
XYZ 12.19 18.73 3.26 -
YUV 104.63 74.6 114 -
System Red Green Blue C M Y K H S L
Decimal 85 133 10 0.36 0 0.92 0.48 83.41 0.86 0.28
Hex 55 85 A 24 0 5C 30 53 56 1C
Octal 125 205 12 44 0 134 60 123 126 34
Binary 1010101 10000101 1010 100100 0 1011100 110000 1010011 1010110 11100

Color Harmonies of #55850A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55850A

Black with #55850A

Text Example


Text Example

White with #55850A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,133,10); }

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

background-color css

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

 a { background-color: rgb(85,133,10); }

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

border-color css

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

 span { border-color: rgb(85,133,10); }

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