#627101

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

Shades of Fiji Green #627101

Tints of Fiji Green #627101

Color information

#627101 (or 0x627101) is unknown color: approx Fiji Green. HEX triplet: 62, 71 and 01. RGB value is (98,113,1). Sum of RGB (Red+Green+Blue) = 98+113+1=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #627101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627101 is #9D8EFE. Grayscale: #606060. Windows color (decimal): -10325759 or 94562. OLE color: 94562.

HSL color Cylindrical-coordinate representation of color #627101: hue angle of 68.04º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #627101 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB981131-
CMYK0.1300.990.56
HSL68.04º98.25%22.35%-
HSV(B)68.04º99.12%44.31%-
XYZ10.9514.412.23-
YUV95.7574.53129.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.23%
GREEN value IS 113 (44.53% from 255) = 53.30%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=46.23%
G=53.30%
B=0.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9811310.1300.990.5668.0498.2522.35
Hex62711D06338446216
Octal14216111501437010414226
Binary1100010111000111101011000111110001000100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627101; }

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

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

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

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

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

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

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

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