Html Css Color HEX #85830C Olive

📋 copy color: '#85830C'

red 133 ◦ green 131 ◦ blue 12

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

Shades of Olive #85830C

Tints of Olive #85830C

RGB

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

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

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

R = 48.19%
G = 47.46%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85830C (or 0x85830C) is known color: Olive. HEX triplet: 85, 83 and 0C. RGB value is (133,131,12). Sum of RGB (Red+Green+Blue) = 133+131+12=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85830C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85830C is #7A7CF3. Grayscale: #767676. Windows color (decimal): -8027380 or 820101. OLE color: 820101.

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

Color convert

RGB 133 131 12 -
CMYK 0 0.02 0.91 0.48
HSL 59.01º 0.83% 0.28% -
HSV(B) 59.01º 0.91% 0.52% -
XYZ 17.86 21.25 3.51 -
YUV 118.03 68.16 138.68 -
System Red Green Blue C M Y K H S L
Decimal 133 131 12 0 0.02 0.91 0.48 59.01 0.83 0.28
Hex 85 83 C 0 2 5B 30 3B 53 1C
Octal 205 203 14 0 2 133 60 73 123 34
Binary 10000101 10000011 1100 0 10 1011011 110000 111011 1010011 11100

Color Harmonies of #85830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85830C

Black with #85830C

Text Example


Text Example

White with #85830C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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