#626901

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

Shades of Fiji Green #626901

Tints of Fiji Green #626901

Color information

#626901 (or 0x626901) is unknown color: approx Fiji Green. HEX triplet: 62, 69 and 01. RGB value is (98,105,1). Sum of RGB (Red+Green+Blue) = 98+105+1=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 105 (41.41% from 255 or 51.47% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 105 - color contains mainly: green. Hex color #626901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626901 is #9D96FE. Grayscale: #5B5B5B. Windows color (decimal): -10327807 or 92514. OLE color: 92514.

HSL color Cylindrical-coordinate representation of color #626901: hue angle of 64.04º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #626901 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB981051-
CMYK0.0700.990.59
HSL64.04º98.11%20.78%-
HSV(B)64.04º99.05%41.18%-
XYZ10.0912.71.95-
YUV91.0577.18132.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.04%
GREEN value IS 105 (41.41% from 255) = 51.47%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=48.04%
G=51.47%
B=0.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9810510.0700.990.5964.0498.1120.78
Hex6269170633B406215
Octal1421511701437310014225
Binary110001011010011111011000111110111000000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626901; }

 p { color: rgb(98,105,1); }

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

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

 a { background-color: rgb(98,105,1); }

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

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

 span { border-color: rgb(98,105,1); }

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