Html Css Color HEX #85700A Olive

📋 copy color: '#85700A'

red 133 ◦ green 112 ◦ blue 10

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

Shades of Olive #85700A

Tints of Olive #85700A

RGB

 RED value IS 133 (52.34% from 255) = 52.16%

 GREEN value IS 112 (44.14% from 255) = 43.92%

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

R = 52.16%
G = 43.92%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85700A (or 0x85700A) is known color: Olive. HEX triplet: 85, 70 and 0A. RGB value is (133,112,10). Sum of RGB (Red+Green+Blue) = 133+112+10=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #85700A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85700A is #7A8FF5. Grayscale: #6B6B6B. Windows color (decimal): -8032246 or 684165. OLE color: 684165.

HSL color Cylindrical-coordinate representation of color #85700A: hue angle of 49.76º 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 #85700A is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 112 10 -
CMYK 0 0.16 0.92 0.48
HSL 49.76º 0.86% 0.28% -
HSV(B) 49.76º 0.92% 0.52% -
XYZ 15.52 16.6 2.67 -
YUV 106.65 73.46 146.79 -
System Red Green Blue C M Y K H S L
Decimal 133 112 10 0 0.16 0.92 0.48 49.76 0.86 0.28
Hex 85 70 A 0 10 5C 30 32 56 1C
Octal 205 160 12 0 20 134 60 62 126 34
Binary 10000101 1110000 1010 0 10000 1011100 110000 110010 1010110 11100

Color Harmonies of #85700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85700A

Black with #85700A

Text Example


Text Example

White with #85700A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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