#627D1D

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

Shades of Fiji Green #627D1D

Tints of Fiji Green #627D1D

Color information

#627D1D (or 0x627D1D) is unknown color: approx Fiji Green. HEX triplet: 62, 7D and 1D. RGB value is (98,125,29). Sum of RGB (Red+Green+Blue) = 98+125+29=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 125 (49.22% from 255 or 49.60% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 125 - color contains mainly: green. Hex color #627D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627D1D is #9D82E2. Grayscale: #6A6A6A. Windows color (decimal): -10322659 or 1932642. OLE color: 1932642.

HSL color Cylindrical-coordinate representation of color #627D1D: hue angle of 76.88º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #627D1D is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB9812529-
CMYK0.2200.770.51
HSL76.88º62.34%30.2%-
HSV(B)76.88º76.8%49.02%-
XYZ12.5917.353.85-
YUV105.9884.55122.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.89%
GREEN value IS 125 (49.22% from 255) = 49.60%
BLUE value IS 29 (11.72% from 255) = 11.51%
R=38.89%
G=49.60%
B=11.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98125290.2200.770.5176.8862.3430.2
Hex627D1D1604D334d3e1e
Octal14217535260115631157636
Binary11000101111101111011011001001101110011100110111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627D1D; }

 p { color: rgb(98,125,29); }

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

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

 a { background-color: rgb(98,125,29); }

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

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

 span { border-color: rgb(98,125,29); }

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