#62740A

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

Shades of Fiji Green #62740A

Tints of Fiji Green #62740A

Color information

#62740A (or 0x62740A) is unknown color: approx Fiji Green. HEX triplet: 62, 74 and 0A. RGB value is (98,116,10). Sum of RGB (Red+Green+Blue) = 98+116+10=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #62740A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62740A is #9D8BF5. Grayscale: #626262. Windows color (decimal): -10324982 or 685154. OLE color: 685154.

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

Color convert

RGB9811610-
CMYK0.1600.910.55
HSL70.19º84.13%24.71%-
HSV(B)70.19º91.38%45.49%-
XYZ11.3415.112.61-
YUV98.5378.04127.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.75%
GREEN value IS 116 (45.70% from 255) = 51.79%
BLUE value IS 10 (4.30% from 255) = 4.46%
R=43.75%
G=51.79%
B=4.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98116100.1600.910.5570.1984.1324.71
Hex6274A1005B37465419
Octal142164122001336710612431
Binary11000101110100101010000010110111101111000110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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