#626310

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

Shades of Fiji Green #626310

Tints of Fiji Green #626310

Color information

#626310 (or 0x626310) is unknown color: approx Fiji Green. HEX triplet: 62, 63 and 10. RGB value is (98,99,16). Sum of RGB (Red+Green+Blue) = 98+99+16=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 99 - color contains mainly: green. Hex color #626310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626310 is #9D9CEF. Grayscale: #595959. Windows color (decimal): -10329328 or 1074018. OLE color: 1074018.

HSL color Cylindrical-coordinate representation of color #626310: hue angle of 60.72º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #626310 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB989916-
CMYK0.0100.840.61
HSL60.72º72.17%22.55%-
HSV(B)60.72º83.84%38.82%-
XYZ9.5911.562.22-
YUV89.2486.67134.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.01%
GREEN value IS 99 (39.06% from 255) = 46.48%
BLUE value IS 16 (6.64% from 255) = 7.51%
R=46.01%
G=46.48%
B=7.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9899160.0100.840.6160.7272.1722.55
Hex62631010543D3d4817
Octal1421432010124757511027
Binary1100010110001110000101010100111101111101100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626310; }

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

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

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

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

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

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

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

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