Html Css Color HEX #85740A Olive

📋 copy color: '#85740A'

red 133 ◦ green 116 ◦ blue 10

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

Shades of Olive #85740A

Tints of Olive #85740A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.79%

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

R = 51.35%
G = 44.79%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85740A (or 0x85740A) is known color: Olive. HEX triplet: 85, 74 and 0A. RGB value is (133,116,10). Sum of RGB (Red+Green+Blue) = 133+116+10=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #85740A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85740A is #7A8BF5. Grayscale: #6D6D6D. Windows color (decimal): -8031222 or 685189. OLE color: 685189.

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

Color convert

RGB 133 116 10 -
CMYK 0 0.13 0.92 0.48
HSL 51.71º 0.86% 0.28% -
HSV(B) 51.71º 0.92% 0.52% -
XYZ 15.97 17.5 2.82 -
YUV 109 72.13 145.12 -
System Red Green Blue C M Y K H S L
Decimal 133 116 10 0 0.13 0.92 0.48 51.71 0.86 0.28
Hex 85 74 A 0 D 5C 30 34 56 1C
Octal 205 164 12 0 15 134 60 64 126 34
Binary 10000101 1110100 1010 0 1101 1011100 110000 110100 1010110 11100

Color Harmonies of #85740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85740A

Black with #85740A

Text Example


Text Example

White with #85740A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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