#625F04

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

Shades of Fiji Green #625F04

Tints of Fiji Green #625F04

Color information

#625F04 (or 0x625F04) is unknown color: approx Fiji Green. HEX triplet: 62, 5F and 04. RGB value is (98,95,4). Sum of RGB (Red+Green+Blue) = 98+95+4=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #625F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625F04 is #9DA0FB. Grayscale: #555555. Windows color (decimal): -10330364 or 286562. OLE color: 286562.

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

Color convert

RGB98954-
CMYK00.030.960.62
HSL58.09º92.16%20%-
HSV(B)58.09º95.92%38.43%-
XYZ9.1510.791.72-
YUV85.5281.99136.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.75%
GREEN value IS 95 (37.5% from 255) = 48.22%
BLUE value IS 4 (1.95% from 255) = 2.03%
R=49.75%
G=48.22%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9895400.030.960.6258.0992.1620
Hex625F403603E3a5c14
Octal142137403140767213424
Binary110001010111111000111100000111110111010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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