Html Css Color HEX #85830D Olive

📋 copy color: '#85830D'

red 133 ◦ green 131 ◦ blue 13

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

Shades of Olive #85830D

Tints of Olive #85830D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.69%

R = 48.01%
G = 47.29%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#85830D (or 0x85830D) is known color: Olive. HEX triplet: 85, 83 and 0D. RGB value is (133,131,13). Sum of RGB (Red+Green+Blue) = 133+131+13=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85830D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85830D is #7A7CF2. Grayscale: #767676. Windows color (decimal): -8027379 or 885637. OLE color: 885637.

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

Color convert

RGB 133 131 13 -
CMYK 0 0.02 0.90 0.48
HSL 59º 0.82% 0.29% -
HSV(B) 59º 0.9% 0.52% -
XYZ 17.86 21.25 3.54 -
YUV 118.15 68.66 138.59 -
System Red Green Blue C M Y K H S L
Decimal 133 131 13 0 0.02 0.90 0.48 59 0.82 0.29
Hex 85 83 D 0 2 5A 30 3B 52 1D
Octal 205 203 15 0 2 132 60 73 122 35
Binary 10000101 10000011 1101 0 10 1011010 110000 111011 1010010 11101

Color Harmonies of #85830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85830D

Black with #85830D

Text Example


Text Example

White with #85830D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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