#627414

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

Shades of Fiji Green #627414

Tints of Fiji Green #627414

Color information

#627414 (or 0x627414) is unknown color: approx Fiji Green. HEX triplet: 62, 74 and 14. RGB value is (98,116,20). Sum of RGB (Red+Green+Blue) = 98+116+20=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #627414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627414 is #9D8BEB. Grayscale: #646464. Windows color (decimal): -10324972 or 1340514. OLE color: 1340514.

HSL color Cylindrical-coordinate representation of color #627414: hue angle of 71.25º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #627414 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB9811620-
CMYK0.1600.830.55
HSL71.25º70.59%26.67%-
HSV(B)71.25º82.76%45.49%-
XYZ11.4115.142.98-
YUV99.6783.04126.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.88%
GREEN value IS 116 (45.70% from 255) = 49.57%
BLUE value IS 20 (8.20% from 255) = 8.55%
R=41.88%
G=49.57%
B=8.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98116200.1600.830.5571.2570.5926.67
Hex627414100533747471b
Octal142164242001236710710733
Binary110001011101001010010000010100111101111000111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627414; }

 p { color: rgb(98,116,20); }

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

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

 a { background-color: rgb(98,116,20); }

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

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

 span { border-color: rgb(98,116,20); }

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