Html Css Color HEX #857306 Olive

📋 copy color: '#857306'

red 133 ◦ green 115 ◦ blue 6

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

Shades of Olive #857306

Tints of Olive #857306

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.28%

 BLUE value IS 6 (2.73% from 255) = 2.36%

R = 52.36%
G = 45.28%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#857306 (or 0x857306) is known color: Olive. HEX triplet: 85, 73 and 06. RGB value is (133,115,6). Sum of RGB (Red+Green+Blue) = 133+115+6=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #857306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857306 is #7A8CF9. Grayscale: #6C6C6C. Windows color (decimal): -8031482 or 422789. OLE color: 422789.

HSL color Cylindrical-coordinate representation of color #857306: hue angle of 51.5º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #857306 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 115 6 -
CMYK 0 0.14 0.95 0.48
HSL 51.5º 0.91% 0.27% -
HSV(B) 51.5º 0.95% 0.52% -
XYZ 15.84 17.26 2.67 -
YUV 107.96 70.46 145.86 -
System Red Green Blue C M Y K H S L
Decimal 133 115 6 0 0.14 0.95 0.48 51.5 0.91 0.27
Hex 85 73 6 0 E 5F 30 33 5B 1B
Octal 205 163 6 0 16 137 60 63 133 33
Binary 10000101 1110011 110 0 1110 1011111 110000 110011 1011011 11011

Color Harmonies of #857306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857306

Black with #857306

Text Example


Text Example

White with #857306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857306; }

 p { color: rgb(133,115,6); }

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

background-color css

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

 a { background-color: rgb(133,115,6); }

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

border-color css

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

 span { border-color: rgb(133,115,6); }

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