#627205

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

Shades of Fiji Green #627205

Tints of Fiji Green #627205

Color information

#627205 (or 0x627205) is unknown color: approx Fiji Green. HEX triplet: 62, 72 and 05. RGB value is (98,114,5). Sum of RGB (Red+Green+Blue) = 98+114+5=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #627205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627205 is #9D8DFA. Grayscale: #616161. Windows color (decimal): -10325499 or 356962. OLE color: 356962.

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

Color convert

RGB981145-
CMYK0.1400.960.55
HSL68.81º91.6%23.33%-
HSV(B)68.81º95.61%44.71%-
XYZ11.0814.642.39-
YUV96.7976.2128.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.16%
GREEN value IS 114 (44.92% from 255) = 52.53%
BLUE value IS 5 (2.34% from 255) = 2.30%
R=45.16%
G=52.53%
B=2.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9811450.1400.960.5568.8191.623.33
Hex62725E06037455c17
Octal14216251601406710513427
Binary110001011100101011110011000001101111000101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627205; }

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

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

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

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

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

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

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

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