Html Css Color HEX #857C0D Olive

📋 copy color: '#857C0D'

red 133 ◦ green 124 ◦ blue 13

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

Shades of Olive #857C0D

Tints of Olive #857C0D

RGB

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

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

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

R = 49.26%
G = 45.93%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#857C0D (or 0x857C0D) is known color: Olive. HEX triplet: 85, 7C and 0D. RGB value is (133,124,13). Sum of RGB (Red+Green+Blue) = 133+124+13=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #857C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857C0D is #7A83F2. Grayscale: #727272. Windows color (decimal): -8029171 or 883845. OLE color: 883845.

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

Color convert

RGB 133 124 13 -
CMYK 0 0.07 0.90 0.48
HSL 55.5º 0.82% 0.29% -
HSV(B) 55.5º 0.9% 0.52% -
XYZ 16.95 19.43 3.24 -
YUV 114.04 70.98 141.53 -
System Red Green Blue C M Y K H S L
Decimal 133 124 13 0 0.07 0.90 0.48 55.5 0.82 0.29
Hex 85 7C D 0 7 5A 30 38 52 1D
Octal 205 174 15 0 7 132 60 70 122 35
Binary 10000101 1111100 1101 0 111 1011010 110000 111000 1010010 11101

Color Harmonies of #857C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C0D

Black with #857C0D

Text Example


Text Example

White with #857C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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