#627401

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

Shades of Fiji Green #627401

Tints of Fiji Green #627401

Color information

#627401 (or 0x627401) is unknown color: approx Fiji Green. HEX triplet: 62, 74 and 01. RGB value is (98,116,1). Sum of RGB (Red+Green+Blue) = 98+116+1=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 116 (45.70% from 255 or 53.95% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 116 - color contains mainly: green. Hex color #627401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627401 is #9D8BFE. Grayscale: #616161. Windows color (decimal): -10324991 or 95330. OLE color: 95330.

HSL color Cylindrical-coordinate representation of color #627401: hue angle of 69.39º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #627401 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB981161-
CMYK0.1600.990.55
HSL69.39º98.29%22.94%-
HSV(B)69.39º99.14%45.49%-
XYZ11.2915.092.35-
YUV97.5173.54128.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.58%
GREEN value IS 116 (45.70% from 255) = 53.95%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=45.58%
G=53.95%
B=0.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9811610.1600.990.5569.3998.2922.94
Hex627411006337456217
Octal14216412001436710514227
Binary11000101110100110000011000111101111000101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627401; }

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

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

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

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

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

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

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

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