#65740D

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

Shades of Fiji Green #65740D

Tints of Fiji Green #65740D

Color information

#65740D (or 0x65740D) is unknown color: approx Fiji Green. HEX triplet: 65, 74 and 0D. RGB value is (101,116,13). Sum of RGB (Red+Green+Blue) = 101+116+13=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #65740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65740D is #9A8BF2. Grayscale: #646464. Windows color (decimal): -10128371 or 881765. OLE color: 881765.

HSL color Cylindrical-coordinate representation of color #65740D: hue angle of 68.74º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65740D is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB10111613-
CMYK0.1300.890.55
HSL68.74º79.84%25.29%-
HSV(B)68.74º88.79%45.49%-
XYZ11.6815.292.72-
YUV99.7779.03128.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.91%
GREEN value IS 116 (45.70% from 255) = 50.43%
BLUE value IS 13 (5.47% from 255) = 5.65%
R=43.91%
G=50.43%
B=5.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101116130.1300.890.5568.7479.8425.29
Hex6574DD05937455019
Octal145164151501316710512031
Binary1100101111010011011101010110011101111000101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65740D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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