Html Css Color HEX #857405 Olive

📋 copy color: '#857405'

red 133 ◦ green 116 ◦ blue 5

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

Shades of Olive #857405

Tints of Olive #857405

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.67%

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

R = 52.36%
G = 45.67%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#857405 (or 0x857405) is known color: Olive. HEX triplet: 85, 74 and 05. RGB value is (133,116,5). Sum of RGB (Red+Green+Blue) = 133+116+5=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #857405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857405 is #7A8BFA. Grayscale: #6C6C6C. Windows color (decimal): -8031227 or 357509. OLE color: 357509.

HSL color Cylindrical-coordinate representation of color #857405: hue angle of 52.03º 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 #857405 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 116 5 -
CMYK 0 0.13 0.96 0.48
HSL 52.03º 0.93% 0.27% -
HSV(B) 52.03º 0.96% 0.52% -
XYZ 15.95 17.49 2.68 -
YUV 108.43 69.63 145.53 -
System Red Green Blue C M Y K H S L
Decimal 133 116 5 0 0.13 0.96 0.48 52.03 0.93 0.27
Hex 85 74 5 0 D 60 30 34 5D 1B
Octal 205 164 5 0 15 140 60 64 135 33
Binary 10000101 1110100 101 0 1101 1100000 110000 110100 1011101 11011

Color Harmonies of #857405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857405

Black with #857405

Text Example


Text Example

White with #857405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857405; }

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

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

background-color css

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

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

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

border-color css

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

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

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