#625F06

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

Shades of Fiji Green #625F06

Tints of Fiji Green #625F06

Color information

#625F06 (or 0x625F06) is unknown color: approx Fiji Green. HEX triplet: 62, 5F and 06. RGB value is (98,95,6). Sum of RGB (Red+Green+Blue) = 98+95+6=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 95 (37.5% from 255 or 47.74% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #625F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625F06 is #9DA0F9. Grayscale: #565656. Windows color (decimal): -10330362 or 417634. OLE color: 417634.

HSL color Cylindrical-coordinate representation of color #625F06: hue angle of 58.04º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #625F06 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB98956-
CMYK00.030.940.62
HSL58.04º88.46%20.39%-
HSV(B)58.04º93.88%38.43%-
XYZ9.1610.791.77-
YUV85.7582.99136.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.25%
GREEN value IS 95 (37.5% from 255) = 47.74%
BLUE value IS 6 (2.73% from 255) = 3.02%
R=49.25%
G=47.74%
B=3.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9895600.030.940.6258.0488.4620.39
Hex625F6035E3E3a5814
Octal142137603136767213024
Binary110001010111111100111011110111110111010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625F06; }

 p { color: rgb(98,95,6); }

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

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

 a { background-color: rgb(98,95,6); }

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

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

 span { border-color: rgb(98,95,6); }

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