#627502

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

Shades of Fiji Green #627502

Tints of Fiji Green #627502

Color information

#627502 (or 0x627502) is unknown color: approx Fiji Green. HEX triplet: 62, 75 and 02. RGB value is (98,117,2). Sum of RGB (Red+Green+Blue) = 98+117+2=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #627502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627502 is #9D8AFD. Grayscale: #626262. Windows color (decimal): -10324734 or 161122. OLE color: 161122.

HSL color Cylindrical-coordinate representation of color #627502: hue angle of 69.91º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #627502 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB981172-
CMYK0.1600.980.54
HSL69.91º96.64%23.33%-
HSV(B)69.91º98.29%45.88%-
XYZ11.4115.322.41-
YUV98.2173.71127.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.16%
GREEN value IS 117 (46.09% from 255) = 53.92%
BLUE value IS 2 (1.17% from 255) = 0.92%
R=45.16%
G=53.92%
B=0.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9811720.1600.980.5469.9196.6423.33
Hex627521006236466117
Octal14216522001426610614127
Binary110001011101011010000011000101101101000110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627502; }

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

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

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

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

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

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

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

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