Html Css Color HEX #857308 Olive

📋 copy color: '#857308'

red 133 ◦ green 115 ◦ blue 8

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

Shades of Olive #857308

Tints of Olive #857308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.13%

R = 51.95%
G = 44.92%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#857308 (or 0x857308) is known color: Olive. HEX triplet: 85, 73 and 08. RGB value is (133,115,8). Sum of RGB (Red+Green+Blue) = 133+115+8=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #857308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857308 is #7A8CF7. Grayscale: #6C6C6C. Windows color (decimal): -8031480 or 553861. OLE color: 553861.

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

Color convert

RGB 133 115 8 -
CMYK 0 0.14 0.94 0.48
HSL 51.36º 0.89% 0.28% -
HSV(B) 51.36º 0.94% 0.52% -
XYZ 15.85 17.27 2.73 -
YUV 108.18 71.46 145.7 -
System Red Green Blue C M Y K H S L
Decimal 133 115 8 0 0.14 0.94 0.48 51.36 0.89 0.28
Hex 85 73 8 0 E 5E 30 33 59 1C
Octal 205 163 10 0 16 136 60 63 131 34
Binary 10000101 1110011 1000 0 1110 1011110 110000 110011 1011001 11100

Color Harmonies of #857308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857308

Black with #857308

Text Example


Text Example

White with #857308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857308; }

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

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

background-color css

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

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

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

border-color css

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

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

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