Html Css Color HEX #85840C Olive

📋 copy color: '#85840C'

red 133 ◦ green 132 ◦ blue 12

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

Shades of Olive #85840C

Tints of Olive #85840C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.65%

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

R = 48.01%
G = 47.65%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85840C (or 0x85840C) is known color: Olive. HEX triplet: 85, 84 and 0C. RGB value is (133,132,12). Sum of RGB (Red+Green+Blue) = 133+132+12=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85840C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85840C is #7A7BF3. Grayscale: #777777. Windows color (decimal): -8027124 or 820357. OLE color: 820357.

HSL color Cylindrical-coordinate representation of color #85840C: hue angle of 59.5º 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 #85840C is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 132 12 -
CMYK 0 0.01 0.91 0.48
HSL 59.5º 0.83% 0.28% -
HSV(B) 59.5º 0.91% 0.52% -
XYZ 17.99 21.52 3.55 -
YUV 118.62 67.83 138.26 -
System Red Green Blue C M Y K H S L
Decimal 133 132 12 0 0.01 0.91 0.48 59.5 0.83 0.28
Hex 85 84 C 0 1 5B 30 3C 53 1C
Octal 205 204 14 0 1 133 60 74 123 34
Binary 10000101 10000100 1100 0 1 1011011 110000 111100 1010011 11100

Color Harmonies of #85840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85840C

Black with #85840C

Text Example


Text Example

White with #85840C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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