Html Css Color HEX #85830F Olive

📋 copy color: '#85830F'

red 133 ◦ green 131 ◦ blue 15

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

Shades of Olive #85830F

Tints of Olive #85830F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.38%

R = 47.67%
G = 46.95%
B = 5.38%

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

#85830F (or 0x85830F) is known color: Olive. HEX triplet: 85, 83 and 0F. RGB value is (133,131,15). Sum of RGB (Red+Green+Blue) = 133+131+15=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85830F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85830F is #7A7CF0. Grayscale: #767676. Windows color (decimal): -8027377 or 1016709. OLE color: 1016709.

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

Color convert

RGB 133 131 15 -
CMYK 0 0.02 0.89 0.48
HSL 58.98º 0.8% 0.29% -
HSV(B) 58.98º 0.89% 0.52% -
XYZ 17.88 21.25 3.61 -
YUV 118.37 69.66 138.43 -
System Red Green Blue C M Y K H S L
Decimal 133 131 15 0 0.02 0.89 0.48 58.98 0.8 0.29
Hex 85 83 F 0 2 59 30 3B 50 1D
Octal 205 203 17 0 2 131 60 73 120 35
Binary 10000101 10000011 1111 0 10 1011001 110000 111011 1010000 11101

Color Harmonies of #85830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85830F

Black with #85830F

Text Example


Text Example

White with #85830F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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