#868751

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

Shades of Kokoda #868751

Tints of Kokoda #868751

Color information

#868751 (or 0x868751) is unknown color: approx Kokoda. HEX triplet: 86, 87 and 51. RGB value is (134,135,81). Sum of RGB (Red+Green+Blue) = 134+135+81=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #868751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868751 is #7978AE. Grayscale: #808080. Windows color (decimal): -7960751 or 5343110. OLE color: 5343110.

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

Color convert

RGB13413581-
CMYK0.0100.400.47
HSL61.11º25%42.35%-
HSV(B)61.11º40%52.94%-
XYZ19.9822.9911.17-
YUV128.54101.17131.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.29%
GREEN value IS 135 (53.12% from 255) = 38.57%
BLUE value IS 81 (32.03% from 255) = 23.14%
R=38.29%
G=38.57%
B=23.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134135810.0100.400.4761.112542.35
Hex86875110282F3d192a
Octal206207121105057753152
Binary100001101000011110100011010100010111111110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868751; }

 p { color: rgb(134,135,81); }

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

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

 a { background-color: rgb(134,135,81); }

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

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

 span { border-color: rgb(134,135,81); }

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