#65760C

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

Shades of Fiji Green #65760C

Tints of Fiji Green #65760C

Color information

#65760C (or 0x65760C) is unknown color: approx Fiji Green. HEX triplet: 65, 76 and 0C. RGB value is (101,118,12). Sum of RGB (Red+Green+Blue) = 101+118+12=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #65760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65760C is #9A89F3. Grayscale: #656565. Windows color (decimal): -10127860 or 816741. OLE color: 816741.

HSL color Cylindrical-coordinate representation of color #65760C: hue angle of 69.62º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65760C is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB10111812-
CMYK0.1400.900.54
HSL69.62º81.54%25.49%-
HSV(B)69.62º89.83%46.27%-
XYZ11.9115.752.76-
YUV100.8377.87128.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.72%
GREEN value IS 118 (46.48% from 255) = 51.08%
BLUE value IS 12 (5.08% from 255) = 5.19%
R=43.72%
G=51.08%
B=5.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101118120.1400.900.5469.6281.5425.49
Hex6576CE05A36465219
Octal145166141601326610612231
Binary1100101111011011001110010110101101101000110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65760C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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