#657B1C

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

Shades of Fiji Green #657B1C

Tints of Fiji Green #657B1C

Color information

#657B1C (or 0x657B1C) is unknown color: approx Fiji Green. HEX triplet: 65, 7B and 1C. RGB value is (101,123,28). Sum of RGB (Red+Green+Blue) = 101+123+28=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 123 (48.44% from 255 or 48.81% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 123 - color contains mainly: green. Hex color #657B1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657B1C is #9A84E3. Grayscale: #696969. Windows color (decimal): -10126564 or 1866597. OLE color: 1866597.

HSL color Cylindrical-coordinate representation of color #657B1C: hue angle of 73.89º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #657B1C is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB10112328-
CMYK0.1800.770.52
HSL73.89º62.91%29.61%-
HSV(B)73.89º77.24%48.24%-
XYZ12.6617.023.72-
YUV105.5984.21124.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.08%
GREEN value IS 123 (48.44% from 255) = 48.81%
BLUE value IS 28 (11.33% from 255) = 11.11%
R=40.08%
G=48.81%
B=11.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101123280.1800.770.5273.8962.9129.61
Hex657B1C1204D344a3f1e
Octal14517334220115641127736
Binary11001011111011111001001001001101110100100101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657B1C; }

 p { color: rgb(101,123,28); }

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

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

 a { background-color: rgb(101,123,28); }

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

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

 span { border-color: rgb(101,123,28); }

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