#656A1D

Color #656A1D Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #656A1D

Tints of Fiji Green #656A1D

Color information

#656A1D (or 0x656A1D) is unknown color: approx Fiji Green. HEX triplet: 65, 6A and 1D. RGB value is (101,106,29). Sum of RGB (Red+Green+Blue) = 101+106+29=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 106 - color contains mainly: green. Hex color #656A1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656A1D is #9A95E2. Grayscale: #606060. Windows color (decimal): -10130915 or 1927781. OLE color: 1927781.

HSL color Cylindrical-coordinate representation of color #656A1D: hue angle of 63.9º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #656A1D is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB10110629-
CMYK0.0500.730.58
HSL63.9º57.04%26.47%-
HSV(B)63.9º72.64%41.57%-
XYZ10.7413.163.14-
YUV95.7390.34131.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.80%
GREEN value IS 106 (41.80% from 255) = 44.92%
BLUE value IS 29 (11.72% from 255) = 12.29%
R=42.80%
G=44.92%
B=12.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101106290.0500.730.5863.957.0426.47
Hex656A1D50493A40391a
Octal1451523550111721007132
Binary110010111010101110110101001001111010100000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656A1D; }

 p { color: rgb(101,106,29); }

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

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

 a { background-color: rgb(101,106,29); }

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

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

 span { border-color: rgb(101,106,29); }

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