#65711e

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

Shades of Fiji Green #65711E

Tints of Fiji Green #65711E

Color information

#65711E (or 0x65711E) is unknown color: approx Fiji Green. HEX triplet: 65, 71 and 1E. RGB value is (101,113,30). Sum of RGB (Red+Green+Blue) = 101+113+30=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 113 - color contains mainly: green. Hex color #65711E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65711E is #9A8EE1. Grayscale: #646464. Windows color (decimal): -10129122 or 1995109. OLE color: 1995109.

HSL color Cylindrical-coordinate representation of color #65711E: hue angle of 68.67º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65711E is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB10111330-
CMYK0.1100.730.56
HSL68.67º58.04%28.04%-
HSV(B)68.67º73.45%44.31%-
XYZ11.5114.673.45-
YUV99.9588.52128.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.39%
GREEN value IS 113 (44.53% from 255) = 46.31%
BLUE value IS 30 (12.11% from 255) = 12.30%
R=41.39%
G=46.31%
B=12.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101113300.1100.730.5668.6758.0428.04
Hex65711EB04938453a1c
Octal14516136130111701057234
Binary1100101111000111110101101001001111000100010111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65711e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65711e; }

 p { color: rgb(101,113,30); }

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

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

 a { background-color: rgb(101,113,30); }

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

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

 span { border-color: rgb(101,113,30); }

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