#62741A

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

Shades of Fiji Green #62741A

Tints of Fiji Green #62741A

Color information

#62741A (or 0x62741A) is unknown color: approx Fiji Green. HEX triplet: 62, 74 and 1A. RGB value is (98,116,26). Sum of RGB (Red+Green+Blue) = 98+116+26=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #62741A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62741A is #9D8BE5. Grayscale: #646464. Windows color (decimal): -10324966 or 1733730. OLE color: 1733730.

HSL color Cylindrical-coordinate representation of color #62741A: hue angle of 72º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #62741A is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB9811626-
CMYK0.1600.780.55
HSL72º63.38%27.84%-
HSV(B)72º77.59%45.49%-
XYZ11.4715.163.3-
YUV100.3686.04126.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.83%
GREEN value IS 116 (45.70% from 255) = 48.33%
BLUE value IS 26 (10.55% from 255) = 10.83%
R=40.83%
G=48.33%
B=10.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98116260.1600.780.557263.3827.84
Hex62741A1004E37483f1c
Octal14216432200116671107734
Binary11000101110100110101000001001110110111100100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62741A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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