#626514

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

Shades of Fiji Green #626514

Tints of Fiji Green #626514

Color information

#626514 (or 0x626514) is unknown color: approx Fiji Green. HEX triplet: 62, 65 and 14. RGB value is (98,101,20). Sum of RGB (Red+Green+Blue) = 98+101+20=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 101 - color contains mainly: green. Hex color #626514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626514 is #9D9AEB. Grayscale: #5B5B5B. Windows color (decimal): -10328812 or 1336674. OLE color: 1336674.

HSL color Cylindrical-coordinate representation of color #626514: hue angle of 62.22º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #626514 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB9810120-
CMYK0.0300.800.60
HSL62.22º66.94%23.73%-
HSV(B)62.22º80.2%39.61%-
XYZ9.8211.952.45-
YUV90.8788.01133.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.75%
GREEN value IS 101 (39.84% from 255) = 46.12%
BLUE value IS 20 (8.20% from 255) = 9.13%
R=44.75%
G=46.12%
B=9.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98101200.0300.800.6062.2266.9423.73
Hex62651430503C3e4318
Octal1421452430120747610330
Binary11000101100101101001101010000111100111110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626514; }

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

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

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

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

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

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

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

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