#62780F

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

Shades of Fiji Green #62780F

Tints of Fiji Green #62780F

Color information

#62780F (or 0x62780F) is unknown color: approx Fiji Green. HEX triplet: 62, 78 and 0F. RGB value is (98,120,15). Sum of RGB (Red+Green+Blue) = 98+120+15=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #62780F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62780F is #9D87F0. Grayscale: #656565. Windows color (decimal): -10323953 or 1013858. OLE color: 1013858.

HSL color Cylindrical-coordinate representation of color #62780F: hue angle of 72.57º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62780F is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB9812015-
CMYK0.1800.870.53
HSL72.57º77.78%26.47%-
HSV(B)72.57º87.5%47.06%-
XYZ11.8416.062.93-
YUV101.4579.21125.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.06%
GREEN value IS 120 (47.27% from 255) = 51.50%
BLUE value IS 15 (6.25% from 255) = 6.44%
R=42.06%
G=51.50%
B=6.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal98120150.1800.870.5372.5777.7826.47
Hex6278F1205735494e1a
Octal142170172201276511111632
Binary11000101111000111110010010101111101011001001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62780F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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