#65711B

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

Shades of Fiji Green #65711B

Tints of Fiji Green #65711B

Color information

#65711B (or 0x65711B) is unknown color: approx Fiji Green. HEX triplet: 65, 71 and 1B. RGB value is (101,113,27). Sum of RGB (Red+Green+Blue) = 101+113+27=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #65711B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65711B is #9A8EE4. Grayscale: #636363. Windows color (decimal): -10129125 or 1798501. OLE color: 1798501.

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

Color convert

RGB10111327-
CMYK0.1100.760.56
HSL68.37º61.43%27.45%-
HSV(B)68.37º76.11%44.31%-
XYZ11.4714.663.26-
YUV99.6187.02128.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.91%
GREEN value IS 113 (44.53% from 255) = 46.89%
BLUE value IS 27 (10.94% from 255) = 11.20%
R=41.91%
G=46.89%
B=11.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101113270.1100.760.5668.3761.4327.45
Hex65711BB04C38443d1b
Octal14516133130114701047533
Binary1100101111000111011101101001100111000100010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65711B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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