#627100

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

Shades of Fiji Green #627100

Tints of Fiji Green #627100

Color information

#627100 (or 0x627100) is unknown color: approx Fiji Green. HEX triplet: 62, 71 and 00. RGB value is (98,113,0). Sum of RGB (Red+Green+Blue) = 98+113+0=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #627100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627100 is #9D8EFF. Grayscale: #606060. Windows color (decimal): -10325760 or 29026. OLE color: 29026.

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

Color convert

RGB981130-
CMYK0.13010.56
HSL67.96º100%22.16%-
HSV(B)67.96º100%44.31%-
XYZ10.9414.412.2-
YUV95.6374.03129.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.45%
GREEN value IS 113 (44.53% from 255) = 53.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.45%
G=53.55%
B=0%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9811300.13010.5667.9610022.16
Hex62710D06438446416
Octal14216101501447010414426
Binary1100010111000101101011001001110001000100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627100; }

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

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

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

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

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

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

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

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