Html Css Color HEX #85830E Olive

📋 copy color: '#85830E'

red 133 ◦ green 131 ◦ blue 14

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

Shades of Olive #85830E

Tints of Olive #85830E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.12%

 BLUE value IS 14 (5.86% from 255) = 5.04%

R = 47.84%
G = 47.12%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85830E (or 0x85830E) is known color: Olive. HEX triplet: 85, 83 and 0E. RGB value is (133,131,14). Sum of RGB (Red+Green+Blue) = 133+131+14=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85830E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85830E is #7A7CF1. Grayscale: #767676. Windows color (decimal): -8027378 or 951173. OLE color: 951173.

HSL color Cylindrical-coordinate representation of color #85830E: hue angle of 58.99º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85830E is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 131 14 -
CMYK 0 0.02 0.89 0.48
HSL 58.99º 0.81% 0.29% -
HSV(B) 58.99º 0.89% 0.52% -
XYZ 17.87 21.25 3.58 -
YUV 118.26 69.16 138.51 -
System Red Green Blue C M Y K H S L
Decimal 133 131 14 0 0.02 0.89 0.48 58.99 0.81 0.29
Hex 85 83 E 0 2 59 30 3B 51 1D
Octal 205 203 16 0 2 131 60 73 121 35
Binary 10000101 10000011 1110 0 10 1011001 110000 111011 1010001 11101

Color Harmonies of #85830E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85830E

Black with #85830E

Text Example


Text Example

White with #85830E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85830E; }

 p { color: rgb(133,131,14); }

 H1.HeaderClassName
 {
   color: #85830E;
 }
 .AnyTagClassName
 {
   color: #85830E;
 }
</style>

background-color css

<style>
 a { background-color: #85830E; }

 a { background-color: rgb(133,131,14); }

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

border-color css

<style>
 span { border-color: #85830E; }

 span { border-color: rgb(133,131,14); }

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