#618003

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

Shades of Fiji Green #618003

Tints of Fiji Green #618003

Color information

#618003 (or 0x618003) is unknown color: approx Fiji Green. HEX triplet: 61, 80 and 03. RGB value is (97,128,3). Sum of RGB (Red+Green+Blue) = 97+128+3=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 128 (50.39% from 255 or 56.14% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 128 - color contains mainly: green. Hex color #618003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618003 is #9E7FFC. Grayscale: #686868. Windows color (decimal): -10387453 or 229473. OLE color: 229473.

HSL color Cylindrical-coordinate representation of color #618003: hue angle of 74.88º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #618003 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB971283-
CMYK0.2400.980.50
HSL74.88º95.42%25.69%-
HSV(B)74.88º97.66%50.2%-
XYZ12.6717.992.89-
YUV104.4870.73122.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.54%
GREEN value IS 128 (50.39% from 255) = 56.14%
BLUE value IS 3 (1.56% from 255) = 1.32%
R=42.54%
G=56.14%
B=1.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9712830.2400.980.5074.8895.4225.69
Hex6180318062324b5f1a
Octal14120033001426211313732
Binary1100001100000001111000011000101100101001011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618003; }

 p { color: rgb(97,128,3); }

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

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

 a { background-color: rgb(97,128,3); }

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

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

 span { border-color: rgb(97,128,3); }

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