#626302

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

Shades of Fiji Green #626302

Tints of Fiji Green #626302

Color information

#626302 (or 0x626302) is unknown color: approx Fiji Green. HEX triplet: 62, 63 and 02. RGB value is (98,99,2). Sum of RGB (Red+Green+Blue) = 98+99+2=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 99 (39.06% from 255 or 49.75% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 99 - color contains mainly: green. Hex color #626302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626302 is #9D9CFD. Grayscale: #585858. Windows color (decimal): -10329342 or 156514. OLE color: 156514.

HSL color Cylindrical-coordinate representation of color #626302: hue angle of 60.62º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #626302 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB98992-
CMYK0.0100.980.61
HSL60.62º96.04%19.8%-
HSV(B)60.62º97.98%38.82%-
XYZ9.5111.521.78-
YUV87.6479.67135.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.25%
GREEN value IS 99 (39.06% from 255) = 49.75%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=49.25%
G=49.75%
B=1.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal989920.0100.980.6160.6296.0419.8
Hex6263210623D3d6014
Octal142143210142757514024
Binary1100010110001110101100010111101111101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626302; }

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

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

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

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

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

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

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

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