#626F1E

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

Shades of Fiji Green #626F1E

Tints of Fiji Green #626F1E

Color information

#626F1E (or 0x626F1E) is unknown color: approx Fiji Green. HEX triplet: 62, 6F and 1E. RGB value is (98,111,30). Sum of RGB (Red+Green+Blue) = 98+111+30=239 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.00% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 111 - color contains mainly: green. Hex color #626F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626F1E is #9D90E1. Grayscale: #626262. Windows color (decimal): -10326242 or 1994594. OLE color: 1994594.

HSL color Cylindrical-coordinate representation of color #626F1E: hue angle of 69.63º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #626F1E is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB9811130-
CMYK0.1200.730.56
HSL69.63º57.45%27.65%-
HSV(B)69.63º72.97%43.53%-
XYZ10.9614.063.36-
YUV97.8889.69128.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.00%
GREEN value IS 111 (43.75% from 255) = 46.44%
BLUE value IS 30 (12.11% from 255) = 12.55%
R=41.00%
G=46.44%
B=12.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98111300.1200.730.5669.6357.4527.65
Hex626F1EC0493846391c
Octal14215736140111701067134
Binary1100010110111111110110001001001111000100011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,111,30); }

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

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

 a { background-color: rgb(98,111,30); }

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

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

 span { border-color: rgb(98,111,30); }

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