Html Css Color HEX #857B0C Olive

📋 copy color: '#857B0C'

red 133 ◦ green 123 ◦ blue 12

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

Shades of Olive #857B0C

Tints of Olive #857B0C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.9%

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

R = 49.63%
G = 45.9%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#857B0C (or 0x857B0C) is known color: Olive. HEX triplet: 85, 7B and 0C. RGB value is (133,123,12). Sum of RGB (Red+Green+Blue) = 133+123+12=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #857B0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857B0C is #7A84F3. Grayscale: #717171. Windows color (decimal): -8029428 or 818053. OLE color: 818053.

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

Color convert

RGB 133 123 12 -
CMYK 0 0.08 0.91 0.48
HSL 55.04º 0.83% 0.28% -
HSV(B) 55.04º 0.91% 0.52% -
XYZ 16.82 19.18 3.16 -
YUV 113.34 70.81 142.03 -
System Red Green Blue C M Y K H S L
Decimal 133 123 12 0 0.08 0.91 0.48 55.04 0.83 0.28
Hex 85 7B C 0 8 5B 30 37 53 1C
Octal 205 173 14 0 10 133 60 67 123 34
Binary 10000101 1111011 1100 0 1000 1011011 110000 110111 1010011 11100

Color Harmonies of #857B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857B0C

Black with #857B0C

Text Example


Text Example

White with #857B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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