#858750

Color #858750 Kokoda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kokoda #858750

Tints of Kokoda #858750

Color information

#858750 (or 0x858750) is unknown color: approx Kokoda. HEX triplet: 85, 87 and 50. RGB value is (133,135,80). Sum of RGB (Red+Green+Blue) = 133+135+80=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 135 - color contains mainly: green. Hex color #858750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858750 is #7A78AF. Grayscale: #808080. Windows color (decimal): -8026288 or 5277573. OLE color: 5277573.

HSL color Cylindrical-coordinate representation of color #858750: hue angle of 62.18º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #858750 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB13313580-
CMYK0.0100.410.47
HSL62.18º25.58%42.16%-
HSV(B)62.18º40.74%52.94%-
XYZ19.7822.8910.97-
YUV128.13100.84131.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.22%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 80 (31.64% from 255) = 22.99%
R=38.22%
G=38.79%
B=22.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133135800.0100.410.4762.1825.5842.16
Hex85875010292F3e1a2a
Octal205207120105157763252
Binary100001011000011110100001010100110111111111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858750; }

 p { color: rgb(133,135,80); }

 H1.HeaderClassName
 {
   color: #858750;
 }
 .AnyTagClassName
 {
   color: #858750;
 }
</style>
background-color css

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

 a { background-color: rgb(133,135,80); }

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

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

 span { border-color: rgb(133,135,80); }

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