Html Css Color HEX #857709 Olive

📋 copy color: '#857709'

red 133 ◦ green 119 ◦ blue 9

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

Shades of Olive #857709

Tints of Olive #857709

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.59%

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

R = 50.96%
G = 45.59%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#857709 (or 0x857709) is known color: Olive. HEX triplet: 85, 77 and 09. RGB value is (133,119,9). Sum of RGB (Red+Green+Blue) = 133+119+9=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #857709 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857709 is #7A88F6. Grayscale: #6F6F6F. Windows color (decimal): -8030455 or 620421. OLE color: 620421.

HSL color Cylindrical-coordinate representation of color #857709: hue angle of 53.23º 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 #857709 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 119 9 -
CMYK 0 0.11 0.93 0.48
HSL 53.23º 0.87% 0.28% -
HSV(B) 53.23º 0.93% 0.52% -
XYZ 16.32 18.2 2.91 -
YUV 110.65 70.64 143.94 -
System Red Green Blue C M Y K H S L
Decimal 133 119 9 0 0.11 0.93 0.48 53.23 0.87 0.28
Hex 85 77 9 0 B 5D 30 35 57 1C
Octal 205 167 11 0 13 135 60 65 127 34
Binary 10000101 1110111 1001 0 1011 1011101 110000 110101 1010111 11100

Color Harmonies of #857709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857709

Black with #857709

Text Example


Text Example

White with #857709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857709; }

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

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

background-color css

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

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

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

border-color css

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

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

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