#625F03

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

Shades of Fiji Green #625F03

Tints of Fiji Green #625F03

Color information

#625F03 (or 0x625F03) is unknown color: approx Fiji Green. HEX triplet: 62, 5F and 03. RGB value is (98,95,3). Sum of RGB (Red+Green+Blue) = 98+95+3=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 95 (37.5% from 255 or 48.47% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #625F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625F03 is #9DA0FC. Grayscale: #555555. Windows color (decimal): -10330365 or 221026. OLE color: 221026.

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

Color convert

RGB98953-
CMYK00.030.970.62
HSL58.11º94.06%19.8%-
HSV(B)58.11º96.94%38.43%-
XYZ9.1510.791.69-
YUV85.4181.49136.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50%
GREEN value IS 95 (37.5% from 255) = 48.47%
BLUE value IS 3 (1.56% from 255) = 1.53%
R=50%
G=48.47%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9895300.030.970.6258.1194.0619.8
Hex625F303613E3a5e14
Octal142137303141767213624
Binary11000101011111110111100001111110111010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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