#65760D

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

Shades of Fiji Green #65760D

Tints of Fiji Green #65760D

Color information

#65760D (or 0x65760D) is unknown color: approx Fiji Green. HEX triplet: 65, 76 and 0D. RGB value is (101,118,13). Sum of RGB (Red+Green+Blue) = 101+118+13=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #65760D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65760D is #9A89F2. Grayscale: #656565. Windows color (decimal): -10127859 or 882277. OLE color: 882277.

HSL color Cylindrical-coordinate representation of color #65760D: hue angle of 69.71º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65760D is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB10111813-
CMYK0.1400.890.54
HSL69.71º80.15%25.69%-
HSV(B)69.71º88.98%46.27%-
XYZ11.9215.752.79-
YUV100.9578.37128.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.53%
GREEN value IS 118 (46.48% from 255) = 50.86%
BLUE value IS 13 (5.47% from 255) = 5.60%
R=43.53%
G=50.86%
B=5.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101118130.1400.890.5469.7180.1525.69
Hex6576DE0593646501a
Octal145166151601316610612032
Binary1100101111011011011110010110011101101000110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65760D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65760D; }

 p { color: rgb(101,118,13); }

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

<style>
 a { background-color: #65760D; }

 a { background-color: rgb(101,118,13); }

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

<style>
 span { border-color: #65760D; }

 span { border-color: rgb(101,118,13); }

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