Html Css Color HEX #857D0C Olive

📋 copy color: '#857D0C'

red 133 ◦ green 125 ◦ blue 12

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

Shades of Olive #857D0C

Tints of Olive #857D0C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.3%

 BLUE value IS 12 (5.08% from 255) = 4.44%

R = 49.26%
G = 46.3%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#857D0C (or 0x857D0C) is known color: Olive. HEX triplet: 85, 7D and 0C. RGB value is (133,125,12). Sum of RGB (Red+Green+Blue) = 133+125+12=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #857D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857D0C is #7A82F3. Grayscale: #727272. Windows color (decimal): -8028916 or 818565. OLE color: 818565.

HSL color Cylindrical-coordinate representation of color #857D0C: hue angle of 56.03º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #857D0C is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 125 12 -
CMYK 0 0.06 0.91 0.48
HSL 56.03º 0.83% 0.28% -
HSV(B) 56.03º 0.91% 0.52% -
XYZ 17.07 19.68 3.25 -
YUV 114.51 70.15 141.19 -
System Red Green Blue C M Y K H S L
Decimal 133 125 12 0 0.06 0.91 0.48 56.03 0.83 0.28
Hex 85 7D C 0 6 5B 30 38 53 1C
Octal 205 175 14 0 6 133 60 70 123 34
Binary 10000101 1111101 1100 0 110 1011011 110000 111000 1010011 11100

Color Harmonies of #857D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857D0C

Black with #857D0C

Text Example


Text Example

White with #857D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,125,12); }

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

background-color css

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

 a { background-color: rgb(133,125,12); }

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

border-color css

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

 span { border-color: rgb(133,125,12); }

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