#626802

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

Shades of Fiji Green #626802

Tints of Fiji Green #626802

Color information

#626802 (or 0x626802) is unknown color: approx Fiji Green. HEX triplet: 62, 68 and 02. RGB value is (98,104,2). Sum of RGB (Red+Green+Blue) = 98+104+2=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #626802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626802 is #9D97FD. Grayscale: #5A5A5A. Windows color (decimal): -10328062 or 157794. OLE color: 157794.

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

Color convert

RGB981042-
CMYK0.0600.980.59
HSL63.53º96.23%20.78%-
HSV(B)63.53º98.08%40.78%-
XYZ1012.51.94-
YUV90.5878.01133.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.04%
GREEN value IS 104 (41.02% from 255) = 50.98%
BLUE value IS 2 (1.17% from 255) = 0.98%
R=48.04%
G=50.98%
B=0.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9810420.0600.980.5963.5396.2320.78
Hex6268260623B406015
Octal1421502601427310014025
Binary1100010110100010110011000101110111000000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626802; }

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

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

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

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

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

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

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

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