#65680B

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

Shades of Fiji Green #65680B

Tints of Fiji Green #65680B

Color information

#65680B (or 0x65680B) is unknown color: approx Fiji Green. HEX triplet: 65, 68 and 0B. RGB value is (101,104,11). Sum of RGB (Red+Green+Blue) = 101+104+11=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 104 (41.02% from 255 or 48.15% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 104 - color contains mainly: green. Hex color #65680B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65680B is #9A97F4. Grayscale: #5C5C5C. Windows color (decimal): -10131445 or 747621. OLE color: 747621.

HSL color Cylindrical-coordinate representation of color #65680B: hue angle of 61.94º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65680B is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB10110411-
CMYK0.0300.890.59
HSL61.94º80.87%22.55%-
HSV(B)61.94º89.42%40.78%-
XYZ10.3812.692.22-
YUV92.582.01134.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.76%
GREEN value IS 104 (41.02% from 255) = 48.15%
BLUE value IS 11 (4.69% from 255) = 5.09%
R=46.76%
G=48.15%
B=5.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101104110.0300.890.5961.9480.8722.55
Hex6568B30593B3e5117
Octal1451501330131737612127
Binary1100101110100010111101011001111011111110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65680B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,104,11); }

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

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

 a { background-color: rgb(101,104,11); }

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

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

 span { border-color: rgb(101,104,11); }

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