#657414

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

Shades of Fiji Green #657414

Tints of Fiji Green #657414

Color information

#657414 (or 0x657414) is unknown color: approx Fiji Green. HEX triplet: 65, 74 and 14. RGB value is (101,116,20). Sum of RGB (Red+Green+Blue) = 101+116+20=237 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.62% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #657414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657414 is #9A8BEB. Grayscale: #646464. Windows color (decimal): -10128364 or 1340517. OLE color: 1340517.

HSL color Cylindrical-coordinate representation of color #657414: hue angle of 69.38º 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 #657414 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB10111620-
CMYK0.1300.830.55
HSL69.38º70.59%26.67%-
HSV(B)69.38º82.76%45.49%-
XYZ11.7415.313-
YUV100.5782.53128.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.62%
GREEN value IS 116 (45.70% from 255) = 48.95%
BLUE value IS 20 (8.20% from 255) = 8.44%
R=42.62%
G=48.95%
B=8.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101116200.1300.830.5569.3870.5926.67
Hex657414D0533745471b
Octal145164241501236710510733
Binary11001011110100101001101010100111101111000101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657414; }

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

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

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

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

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

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

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

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