#62781F

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

Shades of Fiji Green #62781F

Tints of Fiji Green #62781F

Color information

#62781F (or 0x62781F) is unknown color: approx Fiji Green. HEX triplet: 62, 78 and 1F. RGB value is (98,120,31). Sum of RGB (Red+Green+Blue) = 98+120+31=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 120 - color contains mainly: green. Hex color #62781F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62781F is #9D87E0. Grayscale: #676767. Windows color (decimal): -10323937 or 2062434. OLE color: 2062434.

HSL color Cylindrical-coordinate representation of color #62781F: hue angle of 74.83º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #62781F is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB9812031-
CMYK0.1800.740.53
HSL74.83º58.94%29.61%-
HSV(B)74.83º74.17%47.06%-
XYZ1216.133.78-
YUV103.2887.21124.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.36%
GREEN value IS 120 (47.27% from 255) = 48.19%
BLUE value IS 31 (12.5% from 255) = 12.45%
R=39.36%
G=48.19%
B=12.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal98120310.1800.740.5374.8358.9429.61
Hex62781F1204A354b3b1e
Octal14217037220112651137336
Binary11000101111000111111001001001010110101100101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62781F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62781F; }

 p { color: rgb(98,120,31); }

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

<style>
 a { background-color: #62781F; }

 a { background-color: rgb(98,120,31); }

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

<style>
 span { border-color: #62781F; }

 span { border-color: rgb(98,120,31); }

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