#627200

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

Shades of Fiji Green #627200

Tints of Fiji Green #627200

Color information

#627200 (or 0x627200) is unknown color: approx Fiji Green. HEX triplet: 62, 72 and 00. RGB value is (98,114,0). Sum of RGB (Red+Green+Blue) = 98+114+0=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 114 (44.92% from 255 or 53.77% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 114 - color contains mainly: green. Hex color #627200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627200 is #9D8DFF. Grayscale: #606060. Windows color (decimal): -10325504 or 29282. OLE color: 29282.

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

Color convert

RGB981140-
CMYK0.14010.55
HSL68.42º100%22.35%-
HSV(B)68.42º100%44.71%-
XYZ11.0514.632.24-
YUV96.2273.7129.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.23%
GREEN value IS 114 (44.92% from 255) = 53.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.23%
G=53.77%
B=0%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9811400.14010.5568.4210022.35
Hex62720E06437446416
Octal14216201601446710414426
Binary1100010111001001110011001001101111000100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627200; }

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

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

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

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

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

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

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

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