#626A1F

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

Shades of Fiji Green #626A1F

Tints of Fiji Green #626A1F

Color information

#626A1F (or 0x626A1F) is unknown color: approx Fiji Green. HEX triplet: 62, 6A and 1F. RGB value is (98,106,31). Sum of RGB (Red+Green+Blue) = 98+106+31=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 106 - color contains mainly: green. Hex color #626A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626A1F is #9D95E0. Grayscale: #5F5F5F. Windows color (decimal): -10327521 or 2058850. OLE color: 2058850.

HSL color Cylindrical-coordinate representation of color #626A1F: hue angle of 66.4º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #626A1F is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB9810631-
CMYK0.0800.710.58
HSL66.4º54.74%26.86%-
HSV(B)66.4º70.75%41.57%-
XYZ10.44133.26-
YUV95.0691.85130.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.70%
GREEN value IS 106 (41.80% from 255) = 45.11%
BLUE value IS 31 (12.5% from 255) = 13.19%
R=41.70%
G=45.11%
B=13.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal98106310.0800.710.5866.454.7426.86
Hex626A1F80473A42371b
Octal14215237100107721026733
Binary1100010110101011111100001000111111010100001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626A1F; }

 p { color: rgb(98,106,31); }

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

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

 a { background-color: rgb(98,106,31); }

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

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

 span { border-color: rgb(98,106,31); }

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