#627D16

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

Shades of Fiji Green #627D16

Tints of Fiji Green #627D16

Color information

#627D16 (or 0x627D16) is unknown color: approx Fiji Green. HEX triplet: 62, 7D and 16. RGB value is (98,125,22). Sum of RGB (Red+Green+Blue) = 98+125+22=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 125 (49.22% from 255 or 51.02% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 125 - color contains mainly: green. Hex color #627D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627D16 is #9D82E9. Grayscale: #696969. Windows color (decimal): -10322666 or 1473890. OLE color: 1473890.

HSL color Cylindrical-coordinate representation of color #627D16: hue angle of 75.73º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #627D16 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB9812522-
CMYK0.2200.820.51
HSL75.73º70.07%28.82%-
HSV(B)75.73º82.4%49.02%-
XYZ12.5217.323.44-
YUV105.1881.05122.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40%
GREEN value IS 125 (49.22% from 255) = 51.02%
BLUE value IS 22 (8.98% from 255) = 8.98%
R=40%
G=51.02%
B=8.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98125220.2200.820.5175.7370.0728.82
Hex627D1616052334c461d
Octal142175262601226311410635
Binary110001011111011011010110010100101100111001100100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627D16; }

 p { color: rgb(98,125,22); }

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

<style>
 a { background-color: #627D16; }

 a { background-color: rgb(98,125,22); }

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

<style>
 span { border-color: #627D16; }

 span { border-color: rgb(98,125,22); }

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