#626C07

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

Shades of Fiji Green #626C07

Tints of Fiji Green #626C07

Color information

#626C07 (or 0x626C07) is unknown color: approx Fiji Green. HEX triplet: 62, 6C and 07. RGB value is (98,108,7). Sum of RGB (Red+Green+Blue) = 98+108+7=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 108 (42.58% from 255 or 50.70% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 108 - color contains mainly: green. Hex color #626C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626C07 is #9D93F8. Grayscale: #5D5D5D. Windows color (decimal): -10327033 or 486498. OLE color: 486498.

HSL color Cylindrical-coordinate representation of color #626C07: hue angle of 65.94º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #626C07 is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB981087-
CMYK0.0900.940.58
HSL65.94º87.83%22.55%-
HSV(B)65.94º93.52%42.35%-
XYZ10.4413.342.23-
YUV93.579.19131.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.01%
GREEN value IS 108 (42.58% from 255) = 50.70%
BLUE value IS 7 (3.12% from 255) = 3.29%
R=46.01%
G=50.70%
B=3.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9810870.0900.940.5865.9487.8322.55
Hex626C7905E3A425817
Octal14215471101367210213027
Binary110001011011001111001010111101110101000010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,108,7); }

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

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

 a { background-color: rgb(98,108,7); }

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

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

 span { border-color: rgb(98,108,7); }

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