#626314

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

Shades of Fiji Green #626314

Tints of Fiji Green #626314

Color information

#626314 (or 0x626314) is unknown color: approx Fiji Green. HEX triplet: 62, 63 and 14. RGB value is (98,99,20). Sum of RGB (Red+Green+Blue) = 98+99+20=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #626314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626314 is #9D9CEB. Grayscale: #5A5A5A. Windows color (decimal): -10329324 or 1336162. OLE color: 1336162.

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

Color convert

RGB989920-
CMYK0.0100.800.61
HSL60.76º66.39%23.33%-
HSV(B)60.76º79.8%38.82%-
XYZ9.6311.572.39-
YUV89.788.67133.92-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.16%
GREEN value IS 99 (39.06% from 255) = 45.62%
BLUE value IS 20 (8.20% from 255) = 9.22%
R=45.16%
G=45.62%
B=9.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9899200.0100.800.6160.7666.3923.33
Hex62631410503D3d4217
Octal1421432410120757510227
Binary1100010110001110100101010000111101111101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626314; }

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

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

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

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

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

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

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

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