#625F02

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

Shades of Fiji Green #625F02

Tints of Fiji Green #625F02

Color information

#625F02 (or 0x625F02) is unknown color: approx Fiji Green. HEX triplet: 62, 5F and 02. RGB value is (98,95,2). Sum of RGB (Red+Green+Blue) = 98+95+2=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 95 (37.5% from 255 or 48.72% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #625F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625F02 is #9DA0FD. Grayscale: #555555. Windows color (decimal): -10330366 or 155490. OLE color: 155490.

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

Color convert

RGB98952-
CMYK00.030.980.62
HSL58.12º96%19.61%-
HSV(B)58.12º97.96%38.43%-
XYZ9.1410.791.66-
YUV85.2980.99137.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.26%
GREEN value IS 95 (37.5% from 255) = 48.72%
BLUE value IS 2 (1.17% from 255) = 1.03%
R=50.26%
G=48.72%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9895200.030.980.6258.129619.61
Hex625F203623E3a6014
Octal142137203142767214024
Binary11000101011111100111100010111110111010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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