#62761A

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

Shades of Fiji Green #62761A

Tints of Fiji Green #62761A

Color information

#62761A (or 0x62761A) is unknown color: approx Fiji Green. HEX triplet: 62, 76 and 1A. RGB value is (98,118,26). Sum of RGB (Red+Green+Blue) = 98+118+26=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #62761A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62761A is #9D89E5. Grayscale: #656565. Windows color (decimal): -10324454 or 1734242. OLE color: 1734242.

HSL color Cylindrical-coordinate representation of color #62761A: hue angle of 73.04º 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 #62761A is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB9811826-
CMYK0.1700.780.54
HSL73.04º63.89%28.24%-
HSV(B)73.04º77.97%46.27%-
XYZ11.715.633.38-
YUV101.5385.37125.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.50%
GREEN value IS 118 (46.48% from 255) = 48.76%
BLUE value IS 26 (10.55% from 255) = 10.74%
R=40.50%
G=48.76%
B=10.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal98118260.1700.780.5473.0463.8928.24
Hex62761A1104E3649401c
Octal142166322101166611110034
Binary110001011101101101010001010011101101101001001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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