#626F02

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

Shades of Fiji Green #626F02

Tints of Fiji Green #626F02

Color information

#626F02 (or 0x626F02) is unknown color: approx Fiji Green. HEX triplet: 62, 6F and 02. RGB value is (98,111,2). Sum of RGB (Red+Green+Blue) = 98+111+2=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 111 (43.75% from 255 or 52.61% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 111 - color contains mainly: green. Hex color #626F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626F02 is #9D90FD. Grayscale: #5F5F5F. Windows color (decimal): -10326270 or 159586. OLE color: 159586.

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

Color convert

RGB981112-
CMYK0.1200.980.56
HSL67.16º96.46%22.16%-
HSV(B)67.16º98.2%43.53%-
XYZ10.7313.972.19-
YUV94.6975.69130.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.45%
GREEN value IS 111 (43.75% from 255) = 52.61%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=46.45%
G=52.61%
B=0.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9811120.1200.980.5667.1696.4622.16
Hex626F2C06238436016
Octal14215721401427010314026
Binary11000101101111101100011000101110001000011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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