#627410

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

Shades of Fiji Green #627410

Tints of Fiji Green #627410

Color information

#627410 (or 0x627410) is unknown color: approx Fiji Green. HEX triplet: 62, 74 and 10. RGB value is (98,116,16). Sum of RGB (Red+Green+Blue) = 98+116+16=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #627410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627410 is #9D8BEF. Grayscale: #636363. Windows color (decimal): -10324976 or 1078370. OLE color: 1078370.

HSL color Cylindrical-coordinate representation of color #627410: hue angle of 70.8º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #627410 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB9811616-
CMYK0.1600.860.55
HSL70.8º75.76%25.88%-
HSV(B)70.8º86.21%45.49%-
XYZ11.3815.122.81-
YUV99.2281.04127.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.61%
GREEN value IS 116 (45.70% from 255) = 50.43%
BLUE value IS 16 (6.64% from 255) = 6.96%
R=42.61%
G=50.43%
B=6.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98116160.1600.860.5570.875.7625.88
Hex6274101005637474c1a
Octal142164202001266710711432
Binary110001011101001000010000010101101101111000111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627410; }

 p { color: rgb(98,116,16); }

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

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

 a { background-color: rgb(98,116,16); }

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

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

 span { border-color: rgb(98,116,16); }

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