#626F00

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

Shades of Fiji Green #626F00

Tints of Fiji Green #626F00

Color information

#626F00 (or 0x626F00) is unknown color: approx Fiji Green. HEX triplet: 62, 6F and 00. RGB value is (98,111,0). Sum of RGB (Red+Green+Blue) = 98+111+0=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 111 (43.75% from 255 or 53.11% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 111 - color contains mainly: green. Hex color #626F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626F00 is #9D90FF. Grayscale: #5E5E5E. Windows color (decimal): -10326272 or 28514. OLE color: 28514.

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

Color convert

RGB981110-
CMYK0.12010.56
HSL67.03º100%21.76%-
HSV(B)67.03º100%43.53%-
XYZ10.7213.972.13-
YUV94.4674.69130.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.89%
GREEN value IS 111 (43.75% from 255) = 53.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.89%
G=53.11%
B=0%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9811100.12010.5667.0310021.76
Hex626F0C06438436416
Octal14215701401447010314426
Binary1100010110111101100011001001110001000011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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