#626316

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

Shades of Fiji Green #626316

Tints of Fiji Green #626316

Color information

#626316 (or 0x626316) is unknown color: approx Fiji Green. HEX triplet: 62, 63 and 16. RGB value is (98,99,22). Sum of RGB (Red+Green+Blue) = 98+99+22=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #626316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626316 is #9D9CE9. Grayscale: #5A5A5A. Windows color (decimal): -10329322 or 1467234. OLE color: 1467234.

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

Color convert

RGB989922-
CMYK0.0100.780.61
HSL60.78º63.64%23.73%-
HSV(B)60.78º77.78%38.82%-
XYZ9.6411.582.49-
YUV89.9289.67133.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.75%
GREEN value IS 99 (39.06% from 255) = 45.21%
BLUE value IS 22 (8.98% from 255) = 10.05%
R=44.75%
G=45.21%
B=10.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9899220.0100.780.6160.7863.6423.73
Hex626316104E3D3d4018
Octal1421432610116757510030
Binary1100010110001110110101001110111101111101100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626316; }

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

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

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

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

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

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

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

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