Html Css Color HEX #85830A Olive

📋 copy color: '#85830A'

red 133 ◦ green 131 ◦ blue 10

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

Shades of Olive #85830A

Tints of Olive #85830A

RGB

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

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

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

R = 48.54%
G = 47.81%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85830A (or 0x85830A) is known color: Olive. HEX triplet: 85, 83 and 0A. RGB value is (133,131,10). Sum of RGB (Red+Green+Blue) = 133+131+10=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #85830A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85830A is #7A7CF5. Grayscale: #767676. Windows color (decimal): -8027382 or 689029. OLE color: 689029.

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

Color convert

RGB 133 131 10 -
CMYK 0 0.02 0.92 0.48
HSL 59.02º 0.86% 0.28% -
HSV(B) 59.02º 0.92% 0.52% -
XYZ 17.84 21.24 3.45 -
YUV 117.8 67.16 138.84 -
System Red Green Blue C M Y K H S L
Decimal 133 131 10 0 0.02 0.92 0.48 59.02 0.86 0.28
Hex 85 83 A 0 2 5C 30 3B 56 1C
Octal 205 203 12 0 2 134 60 73 126 34
Binary 10000101 10000011 1010 0 10 1011100 110000 111011 1010110 11100

Color Harmonies of #85830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85830A

Black with #85830A

Text Example


Text Example

White with #85830A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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