Html Css Color HEX #857C09 Olive

📋 copy color: '#857C09'

red 133 ◦ green 124 ◦ blue 9

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

Shades of Olive #857C09

Tints of Olive #857C09

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.62%

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

R = 50%
G = 46.62%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#857C09 (or 0x857C09) is known color: Olive. HEX triplet: 85, 7C and 09. RGB value is (133,124,9). Sum of RGB (Red+Green+Blue) = 133+124+9=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #857C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857C09 is #7A83F6. Grayscale: #727272. Windows color (decimal): -8029175 or 621701. OLE color: 621701.

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

Color convert

RGB 133 124 9 -
CMYK 0 0.07 0.93 0.48
HSL 55.65º 0.87% 0.28% -
HSV(B) 55.65º 0.93% 0.52% -
XYZ 16.93 19.42 3.11 -
YUV 113.58 68.98 141.85 -
System Red Green Blue C M Y K H S L
Decimal 133 124 9 0 0.07 0.93 0.48 55.65 0.87 0.28
Hex 85 7C 9 0 7 5D 30 38 57 1C
Octal 205 174 11 0 7 135 60 70 127 34
Binary 10000101 1111100 1001 0 111 1011101 110000 111000 1010111 11100

Color Harmonies of #857C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C09

Black with #857C09

Text Example


Text Example

White with #857C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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