Html Css Color HEX #857B05 Olive

📋 copy color: '#857B05'

red 133 ◦ green 123 ◦ blue 5

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

Shades of Olive #857B05

Tints of Olive #857B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.92%

R = 50.96%
G = 47.13%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#857B05 (or 0x857B05) is known color: Olive. HEX triplet: 85, 7B and 05. RGB value is (133,123,5). Sum of RGB (Red+Green+Blue) = 133+123+5=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #857B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857B05 is #7A84FA. Grayscale: #717171. Windows color (decimal): -8029435 or 359301. OLE color: 359301.

HSL color Cylindrical-coordinate representation of color #857B05: hue angle of 55.31º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #857B05 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 123 5 -
CMYK 0 0.08 0.96 0.48
HSL 55.31º 0.93% 0.27% -
HSV(B) 55.31º 0.96% 0.52% -
XYZ 16.78 19.16 2.96 -
YUV 112.54 67.31 142.59 -
System Red Green Blue C M Y K H S L
Decimal 133 123 5 0 0.08 0.96 0.48 55.31 0.93 0.27
Hex 85 7B 5 0 8 60 30 37 5D 1B
Octal 205 173 5 0 10 140 60 67 135 33
Binary 10000101 1111011 101 0 1000 1100000 110000 110111 1011101 11011

Color Harmonies of #857B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857B05

Black with #857B05

Text Example


Text Example

White with #857B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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