#627013

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

Shades of Fiji Green #627013

Tints of Fiji Green #627013

Color information

#627013 (or 0x627013) is unknown color: approx Fiji Green. HEX triplet: 62, 70 and 13. RGB value is (98,112,19). Sum of RGB (Red+Green+Blue) = 98+112+19=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #627013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627013 is #9D8FEC. Grayscale: #616161. Windows color (decimal): -10325997 or 1273954. OLE color: 1273954.

HSL color Cylindrical-coordinate representation of color #627013: hue angle of 69.03º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #627013 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB9811219-
CMYK0.1300.830.56
HSL69.03º70.99%25.69%-
HSV(B)69.03º83.04%43.92%-
XYZ10.9514.232.79-
YUV97.2183.86128.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.79%
GREEN value IS 112 (44.14% from 255) = 48.91%
BLUE value IS 19 (7.81% from 255) = 8.30%
R=42.79%
G=48.91%
B=8.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98112190.1300.830.5669.0370.9925.69
Hex627013D0533845471a
Octal142160231501237010510732
Binary11000101110000100111101010100111110001000101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627013; }

 p { color: rgb(98,112,19); }

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

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

 a { background-color: rgb(98,112,19); }

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

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

 span { border-color: rgb(98,112,19); }

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