#868F10

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

Shades of Citron #868F10

Tints of Citron #868F10

Color information

#868F10 (or 0x868F10) is unknown color: approx Citron. HEX triplet: 86, 8F and 10. RGB value is (134,143,16). Sum of RGB (Red+Green+Blue) = 134+143+16=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 143 (56.25% from 255 or 48.81% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 143 - color contains mainly: green. Hex color #868F10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868F10 is #7970EF. Grayscale: #7E7E7E. Windows color (decimal): -7958768 or 1085318. OLE color: 1085318.

HSL color Cylindrical-coordinate representation of color #868F10: hue angle of 64.25º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #868F10 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB13414316-
CMYK0.0600.890.44
HSL64.25º79.87%31.18%-
HSV(B)64.25º88.81%56.08%-
XYZ19.7524.754.23-
YUV125.8366.02133.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.73%
GREEN value IS 143 (56.25% from 255) = 48.81%
BLUE value IS 16 (6.64% from 255) = 5.46%
R=45.73%
G=48.81%
B=5.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134143160.0600.890.4464.2579.8731.18
Hex868F1060592C40501f
Octal20621720601315410012037
Binary100001101000111110000110010110011011001000000101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868F10; }

 p { color: rgb(134,143,16); }

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

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

 a { background-color: rgb(134,143,16); }

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

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

 span { border-color: rgb(134,143,16); }

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