#627A16

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

Shades of Fiji Green #627A16

Tints of Fiji Green #627A16

Color information

#627A16 (or 0x627A16) is unknown color: approx Fiji Green. HEX triplet: 62, 7A and 16. RGB value is (98,122,22). Sum of RGB (Red+Green+Blue) = 98+122+22=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 122 (48.05% from 255 or 50.41% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 122 - color contains mainly: green. Hex color #627A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627A16 is #9D85E9. Grayscale: #676767. Windows color (decimal): -10323434 or 1473122. OLE color: 1473122.

HSL color Cylindrical-coordinate representation of color #627A16: hue angle of 74.4º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #627A16 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB9812222-
CMYK0.2000.820.52
HSL74.4º69.44%28.24%-
HSV(B)74.4º81.97%47.84%-
XYZ12.1416.573.32-
YUV103.4282.05124.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.50%
GREEN value IS 122 (48.05% from 255) = 50.41%
BLUE value IS 22 (8.98% from 255) = 9.09%
R=40.50%
G=50.41%
B=9.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal98122220.2000.820.5274.469.4428.24
Hex627A1614052344a451c
Octal142172262401226411210534
Binary110001011110101011010100010100101101001001010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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