Html Css Color HEX #857109 Olive

📋 copy color: '#857109'

red 133 ◦ green 113 ◦ blue 9

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

Shades of Olive #857109

Tints of Olive #857109

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.31%

 BLUE value IS 9 (3.91% from 255) = 3.53%

R = 52.16%
G = 44.31%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#857109 (or 0x857109) is known color: Olive. HEX triplet: 85, 71 and 09. RGB value is (133,113,9). Sum of RGB (Red+Green+Blue) = 133+113+9=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #857109 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857109 is #7A8EF6. Grayscale: #6B6B6B. Windows color (decimal): -8031991 or 618885. OLE color: 618885.

HSL color Cylindrical-coordinate representation of color #857109: hue angle of 50.32º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #857109 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 113 9 -
CMYK 0 0.15 0.93 0.48
HSL 50.32º 0.87% 0.28% -
HSV(B) 50.32º 0.93% 0.52% -
XYZ 15.63 16.82 2.68 -
YUV 107.12 72.63 146.46 -
System Red Green Blue C M Y K H S L
Decimal 133 113 9 0 0.15 0.93 0.48 50.32 0.87 0.28
Hex 85 71 9 0 F 5D 30 32 57 1C
Octal 205 161 11 0 17 135 60 62 127 34
Binary 10000101 1110001 1001 0 1111 1011101 110000 110010 1010111 11100

Color Harmonies of #857109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857109

Black with #857109

Text Example


Text Example

White with #857109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857109; }

 p { color: rgb(133,113,9); }

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

background-color css

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

 a { background-color: rgb(133,113,9); }

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

border-color css

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

 span { border-color: rgb(133,113,9); }

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