#86A706

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

Shades of Citrus #86A706

Tints of Citrus #86A706

Color information

#86A706 (or 0x86A706) is unknown color: approx Citrus. HEX triplet: 86, A7 and 06. RGB value is (134,167,6). Sum of RGB (Red+Green+Blue) = 134+167+6=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 167 (65.62% from 255 or 54.40% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 167 - color contains mainly: green. Hex color #86A706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A706 is #7958F9. Grayscale: #8B8B8B. Windows color (decimal): -7952634 or 436102. OLE color: 436102.

HSL color Cylindrical-coordinate representation of color #86A706: hue angle of 72.3º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86A706 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB1341676-
CMYK0.2000.960.35
HSL72.3º93.06%33.92%-
HSV(B)72.3º96.41%65.49%-
XYZ23.6832.725.24-
YUV138.7853.07124.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.65%
GREEN value IS 167 (65.62% from 255) = 54.40%
BLUE value IS 6 (2.73% from 255) = 1.95%
R=43.65%
G=54.40%
B=1.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal13416760.2000.960.3572.393.0633.92
Hex86A761406023485d22
Octal20624762401404311013542
Binary1000011010100111110101000110000010001110010001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86A706; }

 p { color: rgb(134,167,6); }

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

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

 a { background-color: rgb(134,167,6); }

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

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

 span { border-color: rgb(134,167,6); }

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