#627301

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

Shades of Fiji Green #627301

Tints of Fiji Green #627301

Color information

#627301 (or 0x627301) is unknown color: approx Fiji Green. HEX triplet: 62, 73 and 01. RGB value is (98,115,1). Sum of RGB (Red+Green+Blue) = 98+115+1=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 115 (45.31% from 255 or 53.74% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 115 - color contains mainly: green. Hex color #627301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627301 is #9D8CFE. Grayscale: #616161. Windows color (decimal): -10325247 or 95074. OLE color: 95074.

HSL color Cylindrical-coordinate representation of color #627301: hue angle of 68.95º 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 #627301 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB981151-
CMYK0.1500.990.55
HSL68.95º98.28%22.75%-
HSV(B)68.95º99.13%45.1%-
XYZ11.1714.862.31-
YUV96.9273.87128.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.79%
GREEN value IS 115 (45.31% from 255) = 53.74%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=45.79%
G=53.74%
B=0.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9811510.1500.990.5568.9598.2822.75
Hex62731F06337456217
Octal14216311701436710514227
Binary1100010111001111111011000111101111000101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627301; }

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

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

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

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

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

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

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

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