#65761A

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

Shades of Fiji Green #65761A

Tints of Fiji Green #65761A

Color information

#65761A (or 0x65761A) is unknown color: approx Fiji Green. HEX triplet: 65, 76 and 1A. RGB value is (101,118,26). Sum of RGB (Red+Green+Blue) = 101+118+26=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #65761A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65761A is #9A89E5. Grayscale: #666666. Windows color (decimal): -10127846 or 1734245. OLE color: 1734245.

HSL color Cylindrical-coordinate representation of color #65761A: hue angle of 71.09º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #65761A is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB10111826-
CMYK0.1400.780.54
HSL71.09º63.89%28.24%-
HSV(B)71.09º77.97%46.27%-
XYZ12.0315.83.39-
YUV102.4384.87126.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.22%
GREEN value IS 118 (46.48% from 255) = 48.16%
BLUE value IS 26 (10.55% from 255) = 10.61%
R=41.22%
G=48.16%
B=10.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101118260.1400.780.5471.0963.8928.24
Hex65761AE04E3647401c
Octal145166321601166610710034
Binary11001011110110110101110010011101101101000111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65761A; }

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

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

<style>
 a { background-color: #65761A; }

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

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

<style>
 span { border-color: #65761A; }

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

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