Html Css Color HEX #85740C Olive

📋 copy color: '#85740C'

red 133 ◦ green 116 ◦ blue 12

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

Shades of Olive #85740C

Tints of Olive #85740C

RGB

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

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

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

R = 50.96%
G = 44.44%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85740C (or 0x85740C) is known color: Olive. HEX triplet: 85, 74 and 0C. RGB value is (133,116,12). Sum of RGB (Red+Green+Blue) = 133+116+12=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85740C is #7A8BF3. Grayscale: #6D6D6D. Windows color (decimal): -8031220 or 816261. OLE color: 816261.

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

Color convert

RGB 133 116 12 -
CMYK 0 0.13 0.91 0.48
HSL 51.57º 0.83% 0.28% -
HSV(B) 51.57º 0.91% 0.52% -
XYZ 15.98 17.5 2.88 -
YUV 109.23 73.13 144.96 -
System Red Green Blue C M Y K H S L
Decimal 133 116 12 0 0.13 0.91 0.48 51.57 0.83 0.28
Hex 85 74 C 0 D 5B 30 34 53 1C
Octal 205 164 14 0 15 133 60 64 123 34
Binary 10000101 1110100 1100 0 1101 1011011 110000 110100 1010011 11100

Color Harmonies of #85740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85740C

Black with #85740C

Text Example


Text Example

White with #85740C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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