#626800

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

Shades of Fiji Green #626800

Tints of Fiji Green #626800

Color information

#626800 (or 0x626800) is unknown color: approx Fiji Green. HEX triplet: 62, 68 and 00. RGB value is (98,104,0). Sum of RGB (Red+Green+Blue) = 98+104+0=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #626800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626800 is #9D97FF. Grayscale: #5A5A5A. Windows color (decimal): -10328064 or 26722. OLE color: 26722.

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

Color convert

RGB981040-
CMYK0.06010.59
HSL63.46º100%20.39%-
HSV(B)63.46º100%40.78%-
XYZ9.9912.51.89-
YUV90.3577.01133.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.51%
GREEN value IS 104 (41.02% from 255) = 51.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.51%
G=51.49%
B=0%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9810400.06010.5963.4610020.39
Hex6268060643B3f6414
Octal142150060144737714424
Binary11000101101000011001100100111011111111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626800; }

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

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

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

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

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

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

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

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